11th,十二月,2009

关闭页面时弹出广告,ie支持,非ie不支持

关闭页面时弹出广告

<!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>IE关闭时弹出广告,防止屏蔽 koyoz</title>  
<script type="text/javascript">  
function openurl()  
{  
//需要打开的地址  
koyoz.launchURL('http://www.kanshule.com');  
}  
function openinit()  
{  
document.body.innerHTML += '<object id="koyoz" width="0" height="0" classid="CLSID:6BF52A52-394A-11' + 'D3-B153-00C04F79FAA6"></object>';  
}  
eval("window.attachEvent('onload',openinit);");  
eval("window.attachEvent('onunload',openurl);");  
</script>  
</head>  

<body>  
关闭我就可以看到效果了~  
</body>  
</html>

评论暂缺 »

还没有任何评论。

这篇文章上的评论的 RSS feed TrackBack URL

留下评论