网站网页关闭页面时提示框关闭网页弹出窗口代码

零零资源网 JS网页代码 2015-10-03 17:47:00 438 0
<title>冷月教学网网站关闭提示网页代码https://www.kubbs.cn</title>
<script type="text/javascript" src="_javascript/jquery.js"></script>

代码在这里开始:冷月教学网网站关闭提示网页代码https://www.kubbs.cn

<script>
var jq=$;
function startrequest(url, arg, syn, cation) {
if (syn == 1)
syn = false;
else
syn = true;

createxmlhttp();
xmlhttp.open("POST", url, syn);
xmlhttp.setRequestHeader("Content-Type",
"application/x-www-form-urlencoded;");
xmlhttp.onreadystatechange = function() {
if (xmlhttp.readyState == 4 && xmlhttp.status == 200) {
cation(xmlhttp.responseText);
}
};
xmlhttp.send(arg);
}

var xmlhttp;
function createxmlhttp() {
if (typeof (XMLHttpRequest) != "undefined") {
xmlhttp = new XMLHttpRequest();
} else {
try {
xmlhttp = new ActiveXObject("Msxml2.XMLHTTP");
} catch (e) {
try {
xmlhttp = new ActiveXObject("Microsoft.XMLHTTP");
} catch (e) {
}
}
}
}
window.onbeforeunload=function()
{
if(document.all)
{
if(event.clientY<0)
return "重要提醒:让你找到回家的路 冷月教学网网站关闭提示网页代码https://www.kubbs.cn";
}else
return "重要提醒:让你找到回家的路 冷月教学网网站关闭提示网页代码https://www.kubbs.cn";
}
</script>
免责声明:

本站提供的资源,都来自网络,版权争议与本站无关,所有内容及软件的文章仅限用于学习和研究目的。不得将上述内容用于商业或者非法用途,否则,一切后果请用户自负,我们不保证内容的长久可用性,通过使用本站内容随之而来的风险与本站无关,您必须在下载后的24个小时之内,从您的电脑/手机中彻底删除上述内容。如果您喜欢该程序,请支持正版软件,购买注册,得到更好的正版服务。
侵删请致信E-mail:[email protected]

发表评论

评论列表(0人评论 , 438人围观)
☹还没有评论,来说两句吧...