show_set的参数应该用引号
<a href='javascript:show_set("attribute.asp?id=<%=rs("id")%>")'><img border="0" alt="" src="../images/m_news.gif"></a>

解决方案 »

  1.   

    那下面这句话有没有错
    window.open(mylink,'new','top=110,left=280,width=240,height=60,scrollbars=no');
      

  2.   

    function show_set(mylink)
    {
      window.open(mylink,'new','top=110,left=280,width=240,height=60,scrollbars=no');
    }<a href='javascript:show_set(attribute.asp?id=<%=rs("id")%>)'><img border="0" alt="" src="../images/m_news.gif"></a>老是提示错误啊,不知道是哪的错误,老大帮助啊
      

  3.   

    show_set(attribute.asp?id=<%=rs("id")%>)
    得加上一对引号
    show_set("attribute.asp?id=<%=rs("id")%>")
      

  4.   

    <%=rs("id")%>
    please check if there are some invalid notations like ',"If so you have to do some convertion.
      

  5.   

    springwood(background-color:white) <%=rs("id")%>这句没错返回的值是1025
      

  6.   

    <a href='#'><img border="0" alt="" src="../images/m_news.gif" onclick="show_set('attribute.asp?id=<%=rs("id")%>')"></a>
    please show me the function show_set();
      

  7.   

    多谢 fancyf(凡瑞) (的帮助,是3721搞的鬼,大家小心啊,