欢迎您加入苏鸦虹分类目录! (我要快速审核) (我要上推荐位
当前位置:苏鸦虹分类目录 » 站长资讯 » 站长资讯 » 站长运营 » 文章详细 订阅RssFeed

关闭浏览器后出现的弹窗代码,支持跳转

来源:本站原创 浏览:198次 时间:2015-12-02

相信很多朋友都遇到过,打开的网页明明都点击关闭浏览器的按钮了,还会提示一个弹窗出来问你需不需要关闭,网上很多下面的这种代码
window.onbeforeunload = onbeforeunload_handler;  
    function onbeforeunload_handler(){  
        var warning="你确定要离开vincent博客吗?";        
        return warning;  
    }


但是这种代码点击留在此页网页只能显示在当前页面!下面的代码就不同与这种了,点击留在此页后可以设置跳转到指定的页面!
/*vincent http://www.tbhyb.com*/
var exitsplashmessage = '你确定要离开vincent博客吗?';
var exitsplashpage = 'http://www.tbhyb.com';
/*vincent http://www.tbhyb.com*/
function addLoadEvent(func) {
    var oldonload = window.onload;
    if (typeof window.onload != 'function') {
        window.onload = func;
    } else {
        window.onload = function() {
            if (oldonload) {
                oldonload();
            }
            func();
        }
    }
}
/*vincent http://www.tbhyb.com*/
function addClickEvent(a, i, func) {
    if (typeof a[i].onclick != 'function') {
        a[i].onclick = func;
    }
}
/*vincent http://www.tbhyb.com*/
var theDiv = '
';
theDiv = theDiv + '';
theDiv = theDiv + '

 
';
theBody = document.body;
if (!theBody) {
    theBody = document.getElementById("body");
    if (!theBody) {
        theBody = document.getElementsByTagName("body")[0];
    }
}
/*vincent http://www.tbhyb.com*/
var PreventExitSplash = false;
function DisplayExitSplash() {
    if (PreventExitSplash == false) {
        window.scrollTo(0, 0);
        PreventExitSplash = true;
        divtag = document.createElement("div");
        divtag.setAttribute("id", "ExitSplashMainOuterLayer");
        divtag.style.position = "absolute";
        divtag.style.width = "100%";
        divtag.style.height = "100%";
        divtag.style.zIndex = "99";
        divtag.style.left = "0px";
        divtag.style.top = "0px";
        divtag.innerHTML = theDiv;
        theBody.innerHTML = "";
        theBody.topMargin = "0px";
        theBody.rightMargin = "0px";
        theBody.bottomMargin = "0px";
        theBody.leftMargin = "0px";
        theBody.style.overflow = "hidden";
        theBody.appendChild(divtag);
        return exitsplashmessage;
    }
}
/*vincent http://www.tbhyb.com*/
var a = document.getElementsByTagName('A');
for (var i = 0; i < a.length; i++) {
    if (a[i].target !== '_blank') {
        addClickEvent(a, i,
        function() {
            PreventExitSplash = true;
        });
    } else {
        addClickEvent(a, i,
        function() {
            PreventExitSplash = false;
        });
    }
}
/*vincent http://www.tbhyb.com*/
disablelinksfunc = function() {
    var a = document.getElementsByTagName('A');
    for (var i = 0; i < a.length; i++) {
        if (a[i].target !== '_blank') {
            addClickEvent(a, i,
            function() {
                PreventExitSplash = true;
            });
        } else {
            addClickEvent(a, i,
            function() {
                PreventExitSplash = false;
            });
        }
    }
}
addLoadEvent(disablelinksfunc);
disableformsfunc = function() {
    var f = document.getElementsByTagName('FORM');
    for (var i = 0; i < f.length; i++) {
        if (!f[i].onclick) {
            f[i].onclick = function() {
                PreventExitSplash = true;
            }
        } else if (!f[i].onsubmit) {
            f[i].onsubmit = function() {
                PreventExitSplash = true;
            }
        }
    }
}
/*vincent http://www.tbhyb.com*/
addLoadEvent(disableformsfunc);
window.onbeforeunload = DisplayExitSplash;

本文章“苏鸦虹分类目录http://www.suyahong.store”编辑收录

推荐站点

  • 苏鸦虹导航苏鸦虹导航

    苏鸦虹导航,本站收录互联网各大网站网址,同时提供各大搜索引擎入口,常用工具选项,为您带来高效和便捷的互联网生活

    www.suyahong.com
  • sh991网址导航sh991网址导航

    sh991网址导航,991自动链是国内最好网址站之一,建于2008年5月。本站的宗旨是:方便网友们快速找到自已需要的网站,而不用去记太多复杂的网址;同时也提供了搜索引擎入口,各大邮箱快速登陆入口,常用工具等服务项目,让您轻松愉快的享受网络给您带来的乐趣。

    www.sh991.cn
  • 药方大全网药方大全网

    本站为您搜集整理了大量的验方偏方秘方古方等中药方(中药方剂)八万多个。你是你自己的中医,我是你的中药方!中医中药秘方网,偏方大全愿为您的健康保驾护航。

    www.zhongyf.com
  • 百度贴吧百度贴吧

    百度贴吧——全球最大的中文社区。贴吧的使命是让志同道合的人相聚。不论是大众话题还是小众话题,都能精准地聚集大批同好网友,展示自我风采,结交知音,搭建别具特色的“兴趣主题“互动平台。贴吧目录涵盖游戏、地区、文学、动漫、娱乐明星、生活、体育、电脑数码等方方面面,是全球最大的中文交流平台,它为人们提供一个表达和交流思想的自由网络空间,并以此汇集志同道合的网友。

    tieba.baidu.com
  • hao123_上网从这里开始hao123_上网从这里开始

    hao123是最具权威的中文上网导航,汇集最优秀的网站及资源。及时收录影视、音乐、小说、游戏等分类的网址和内容,让您的网络生活更简单精彩。上网,从hao123开始。

    www.hao123.com
  • 北极星工程招聘网北极星工程招聘网

    北极星工程招聘网提供全国工程行业最权威的招聘信息, 为工程、环境工程人才提供大量的工程招聘信息, 并为企业准确推荐工程专业人才,是工程求职招聘服务的专业网站,涉及工程环境工程招聘,工程造价监理招聘,工程电力设计招聘,工程建筑工程招聘,工程机电安装招聘,工程市政景观路桥招聘,工程水利水电工程招聘等领域.

    gcjob.bjx.com.cn