你的onclick位置不对(怎么能放脚本里面呢?),应该放在图面<img src="" onclick="">那里作为图片的事件....

解决方案 »

  1.   

    <script language="JavaScript" type="text/JavaScript" src="http://union.3721.com/ads/ads.js?id=xxxxx&ads=3&img_url=http%3A%2F%2Funion.3721.com%2Fimages%2FYIM468-60.swf&img_type=1&img_h=60&img_w=468"</script>那就上面的这句话,我想加入  onClick="window.open('seenote.asp?num=<%=rs("编号")%>','','width=400,height=360,scrollbars=1,location=0,resizable=0')"> 应该怎么处理?
      

  2.   

    onClick="OpenImg();"
    function OpenImg(){
    window.open('seenote.asp?num=<%=rs("编号")%>','','width=400,height=360,scrollbars=1,location=0,resizable=0')">;
                   
                                   }