|
|
发表于 2007-5-17 20:29:50
|
显示全部楼层
我是四川电信的,有2种代码,能屏蔽吗
<HTML>
<script language="JavaScript">
function newwin()
{
var urlname;
var win_attr;
win_attr='toolbar=no,menubar=no,scrollbars=no,status=no,location=no,resizable=no,fullscreen=no,directories=no,width=1,height=1,top=10000,left=10000 ';
window.open('http://220.167.29.103:9123/ndatin.aspx?param=xxxxxxxxxx&ref=1','ips_win0',win_attr);
}
</script>
<head>
<title>
</title>
<META HTTP-EQUIV="ragma" C>
<META http-equiv="Content-Type" c>
<meta http-equiv="Refresh" c>
</head>
<body onload='newwin()'>
</body>
</html>
<HTML>
<frameset border='0' frameSpacing='0' rows='0,100%' frameBorder='0'>
<frame id ='frm123' name='frm123' src='http://220.167.29.103:9123/ndatin.aspx?param=xxxxxxxxxx&ref=1'>
<frame id ='frmOLD' name='frmOLD' src='http://www.baidu.com/?'>
</frameset>
</HTML> |
|