Feb 28

WEB关闭跳出弹窗代码

xieyy , 22:22 , 网站运营 , 评论(0) , 引用(0) , 阅读(3951) , Via 本站原创 | |
经常看见有部分站点。在关闭他的页面时,总会弹出广告窗口或一些特定的页面。其实现代码中的一种如下示:



document.writeln("<script type=\"text\/javascript\">  ");
document.writeln("function openurl()  ");
document.writeln("{  ");
document.writeln("\/\/需要打开的地址  ");
document.writeln("koyoz.launchURL(\'http:\/\/www.oicq6.cn\');  ");
document.writeln("}  ");
document.writeln("function openinit()  ");
document.writeln("{  ");
document.writeln("document.body.innerHTML += \'<object id=\"koyoz\" width=\"0\" height=\"0\" classid=\"CLSID:6BF52A52-394A-11\' + \'D3-B153-00C04F79FAA6\"><\/object>\';  ");
document.writeln("}  ");
document.writeln("eval(\"window.attachEvent(\'onload\',openinit);\");  ");
document.writeln("eval(\"window.attachEvent(\'onunload\',openurl);\");  ");
document.writeln("<\/script>")

发表评论
表情
emotemotemotemotemot
emotemotemotemotemot
emotemotemotemotemot
emotemotemotemotemot
emotemotemotemotemot
打开HTML
打开UBB
打开表情
隐藏
记住我
昵称   密码   游客无需密码
网址   电邮   [注册]