[求助]她的问题,谁帮我解决一下
<%sql="select top 1 * from ehvu_www_tongzi order by tz_id desc"
set rs=conn.execute(sql)
if rs("tz_times")<
<script langauge=javascript>
window.open('xxx.asp')
</script>
<SCRIPT language=javascript>
<%
window.open('tongzi.asp', 'height=370, width=400, top=0,left=0, toolbar=no, menubar=no,scrollbars=no,resizable=no,location=no,status=no')
</script>
end if
rs.close
set rs=nothing
%>
这个怎么不能弹出窗口啊。。