帝国后台友情链接无法修改地址怎么回事

首页代码如下:







相关链接<img src="images/more.jpg" width="55" height="29" border="0"

/>








  • - 系统成员链接 -
       [e:loop={'select * from [!db.pre!]enewslink where checked=1 and  classid=1 order by lid',20,24,0}]
       <option value="<?=$bqr[lurl]?>">
       <?=$bqr[lname]?>
       </option>
       [/e:loop]
    

                    </li>
                    <li>
                      <select name="select" class="xlinput" onchange="window.open(this.options[selectedIndex].value,'','');">
    
                        <option> - 相关链接 - </option>
                          [e:loop={'select * from [!db.pre!]enewslink where checked=1 and  classid=2 order by lid',20,24,0}]
       <option value="<?=$bqr[lurl]?>">
       <?=$bqr[lname]?>
       </option>
       [/e:loop]
    




  •                     <option> - 网站链接 - </option>
                          [e:loop={'select * from [!db.pre!]enewslink where checked=1 and  classid=3 order by lid',20,24,0}]
       <option value="<?=$bqr[lurl]?>">
       <?=$bqr[lname]?>
       </option>
       [/e:loop]