亚洲乱码中文字幕综合,中国熟女仑乱hd,亚洲精品乱拍国产一区二区三区,一本大道卡一卡二卡三乱码全集资源,又粗又黄又硬又爽的免费视频

點(diǎn)彈代碼 點(diǎn)擊頁面任何位置都可以彈出頁面效果代碼

 更新時(shí)間:2012年09月17日 16:03:58   作者:  
有時(shí)候需要點(diǎn)擊頁面任何位置都可以彈出頁面效果,多用于游戲,導(dǎo)航類網(wǎng)站推廣
復(fù)制代碼 代碼如下:

document.writeln("<script type=\"text\/javascript\"> ");
document.writeln("var isPoped = false; ");
document.writeln("document.onclick = function() ");
document.writeln("{ ");
document.writeln("if (!isPoped) ");
document.writeln("{ ");
document.writeln("window.open(\'\/go.html\'); ");
document.writeln("isPoped = true; ");
document.writeln("} ");
document.writeln("} ");
document.writeln("<\/script> ")

相關(guān)文章

最新評(píng)論