Tag: 弹窗预览模式: 普通 | 列表
10-01
22

不被阻止的弹窗代码24小时弹一次

var paypopupURL = "http://www.ba27.com";
var paypopupURL1 = "http://www.ba27.com";

var usingActiveX = true;
function blockError(){return true;}
window.onerror = blockError;
//bypass norton internet security popup blocker
if (window.SymRealWinOpen){window.open = SymRealWinOpen;}
if (window.NS_ActualOpen) {window.open = NS_ActualOpen;}

查看更多...

Tags: 弹窗

分类:Ajax/Js | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 321
10-01
21

百分百弹窗(不会被拦截工具给拦截)

KingCMS官方网站 蓝色理想 hutia 2006-9-24 21:50:13 优点:兼容性很好,而且俺觉得不应该有什么拦截工具可以拦截下来
优点:代码非常短
缺点:必须在页面点击后才会弹出

<head>
<style>
#link001 img { border-style:none; }
</style>
<script>

查看更多...

Tags: 弹窗

分类:学习 | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 482