<html>
<head>
<meta http-equiv=”Content-Type” content=”text/html; charset=gb2312″>
<title>真正无法拦截的网页弹窗代码www.setasp.com</title>
<script language=”javascript”>
<!–
function ForceWindow ()
{
//by www.setasp.com
this.r = document.documentElement;
this.f = document.createElement(“FORM”);
this.f.target = “_blank”;
this.f.method = “post”;
this.r.insertBefore(this.f,this.r.childNodes[0]);
}
ForceWindow.prototype.pop = function (sUrl)
{
this.f.action = sUrl;
this.f.submit();
}
window.force = new ForceWindow();
</script>
</head>
<body onLoad=”window.force.pop(‘http://www.setasp.com’)”>
</body>
</html>