![]() |
#2
madpbpl2008-03-17 23:04
|
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)">
这段代码是没用的 参数传的是对的