有没有办法将 REFRESH 之前弹出的窗口关闭?
<html>
<head>
<title>URL</title>
<META HTTP-EQUIV="Content-Type" content="text/html; charset=gb2312">
<META HTTP-EQUIV="REFRESH" CONTENT="2; URL=http://51st.51.net/nuke/index.htm">
</head>
<body OnLoad="DesignerWizWin=window.open('http://mydns.chinadns.com/popup.htm', 'popup', 'toolbar=0, location=0, directories=0, menuBar=0, scrollbars=0, resizable=0, width=433, height=195, left=200, top=200');">
</body>
</html>
以上是源代码 我想在http://51st.51.net/nuke/index.htm这一页里将弹出窗口DesignerWizWin去掉 有办法吗?
请赐教(给分无上限)