<a href="javascript:openwin('sendmail.asp?reid=<%=rs("uname")%>','','top=20,left=200,width=470,height=400')">

解决方案 »

  1.   

    <a href="javascript:openwin('sendmail.asp?reid=<%=rs("uname")%>','','top=20,left=200,width=470,height=400')">
       ~~还是不行,第二次打开的总是覆盖了第一次打开的.
    除了原窗口之外,只能再开一个新窗口了.
      

  2.   

    faint!没细看你的函数!就这么个东西还自己写个函数?改成这个:<a href="javascript:void window.open('sendmail.asp?reid=<%=rs("uname")%>','','top=20,left=200,width=470,height=400')">
      

  3.   

    <a href="javascript:void window.open('sendmail.asp?reid=<%=rs("uname")%>','_blank','top=20,left=200,width=470,height=400')">第二个参数设置为 _blank