|
|
发表于
2011-1-30 21:19:07
|
显示全部楼层
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>SuperSock5</title>
</head>
<body>
请用鼠标猛击网页的任意位置,厚厚~~
<SCRIPT LANGUAGE="javascript">
var ClickSuccess = false;
var opened = false;
function myclick() {
if (!opened && !ClickSuccess){
if (window.Event)
{
top.document.captureEvents(Event.CLICK);
document.captureEvents(Event.CLICK);
}
top.document.onclick = goto;
document.onclick = goto;
self.focus();
ClickSuccess=true;
}
}
function goto() {
if (!opened) {
popwin = window.open("http://www.supersock5.com/");//请设置这里网页地址
if (popwin) {
opened = true;
}
//self.focus();
}
}
myclick();
</SCRIPT>
</body>
</html><br /><center>如不能显示效果,请按Ctrl+F5刷新本页</center>
试试看 |
-
1
查看全部评分
-
|