改变窗口大小的程序 大家帮我看看哪错了
response.Write " <script language='javascript'> var action;alert('欢迎再次留言,谢谢!'); location.href='IsRegister.asp?action=again'; </script> " 然后Isregister.asp中
function newwindow(str)
{
if(str=="again")
resizeTo(600, 500);
return true;
}
<% str=request("action")%>
<body style="margin:0" onload="newwindow(str)">
怎么没用啊