一个简单的弹出窗口问题
mild8 2002-10-29 08:18:10 插在<head></head>之间的代码:
<script language =javascript>
function showdetail()
{
var loginWin = window.open("xxx.asp?id=<%=rstpubs("regid")%>","","top=150,left=200,height=260,width=400,toolbar=0,location=0,directories=0,menubar=0");
}
</script>
rstpubs是在后面打开的recordset记录,提示服务器内部500错误
请问应该怎样书写才正确?谢谢啊
在线等