日期:2014-05-16  浏览次数:20776 次

一个诡异的情况,实再是搞不懂了
第一个图片链接是kindeditor/asp/demofb.asp
第二个图片链接是kindeditor/asp/wordman.asp

测试的时个我点第一个图片的链接居然也跳到了wordman.asp页面,这是什么情况,检查了代码没有问题,页面中还有其它图片链接都正常,就是第一个链接有问题

直接上代码了
<%if instr(session("emplevel"),"F")>0 then %>  
              
              <a href="kindeditor/asp/demofb.asp" target="_new" onfocus="this.blur()" onmouseover="MM_swapImage('Image11','','images/man/wdfb-2.jpg',1)" onmouseout="MM_swapImgRestore()"><img src="images/man/wdfb-1.jpg" name="Image11" width="200" height="200" border="0" id="Image11" /></a>
              <%else%>
              
              <img src="images/man/wdfb-3.jpg" width="200" height="200" /><%end if%></td>
              <td width="8">&nbsp;</td>
              <td width="200" >
              
              
              
      <%if instr(session("emplevel"),"M")>0 then %>           
              
              
              <a href="kindeditor/asp/wordman.asp" target="_new" onfocus="this.blur()" onmouseover="MM_swapImage('Image12','','images/man/wdxg-2.jpg',1)" onmouseout="MM_swapImgRestore()"><img src="images/man/wdxg-1.jpg" name="Image12" width="200" height="200" border="0" id="Image12" /></a><%else%>
              
              
              <img src="images/man/wdxg-3.jpg" width="200" height="200" />
              <%end if %>

------解决方案--------------------

------解决方案--------------------