js弹窗代码24小时只弹一次

2个月前 (03-18 09:33)阅读49回复0
大陆
大陆
  • 管理员
  • 发消息
  • 注册排名1
  • 经验值4189
  • 级别管理员
  • 主题837
  • 回复2
楼主

打开网页后几秒钟才弹出窗口,这个弹窗特效带有记录cookie功能,24小时只弹一次,实用js弹窗特效代码。

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<meta name="keywords" content="武鸣人网站,武鸣信息网,武鸣本地网,武鸣信息资源平台,减肥,健身,励志,励志语录,js特效,网页特效,www.wuming.ren">
<meta name="description" content="欢迎来到武鸣人信息资源平台,各种信息免费发布,资源共享合作共赢,分享互联网流行的励志语录经典短句,减肥健身健康小常识及打卡记录,收集各种js特效代码。">
<title>js弹窗代码24小时只弹一次_武鸣人</title>
</head>
<script language="javascript">
//弹窗
function setCookie(www_wuming_ren, value, expire)
{
window.document.cookie = www_wuming_ren + "=" + escape(value) + ((expire == null) ? "" : ("; expires=" + expire.toGMTString()));
}//武鸣人网站https://www.wuming.ren 网站很好记住,wuming.ren(武鸣拼音.ren域名后缀)
function getCookie(www_wuming_ren)
{
  var search = www_wuming_ren + "=";
  if (window.document.cookie.length > 0)
{ // if there are any cookies
  offset = window.document.cookie.indexOf(search);
if (offset != -1)
{ // if cookie exists
    offset += search.length;
// set index of beginning of value
  end = window.document.cookie.indexOf(";", offset)
// set index of end of cookie value
  if (end == -1)
    end = window.document.cookie.length;
  return unescape(window.document.cookie.substring(offset, end));
  }
  }
  return null;
}//武鸣人网站https://www.wuming.ren 网站很好记住,wuming.ren(武鸣拼音.ren域名后缀)
function register(www_wuming_ren) {
var today = new Date();
var expires = new Date();
expires.setTime(today.getTime() + 1000*60*60*24);
setCookie("wuming_ren", www_wuming_ren, expires);
}
var exitURL="https://www.wuming.ren";//这个地方放置你的HTML代码
function openWin() {
var c = getCookie("wuming_ren");
if (c != null) {
  return;
}
register("wuming_ren");
var featureStr="''";
featureStr="'top=0,left=0,width=300,height=100,toolbar=no, menubar=no, scrollbars=no, resizable=no, location=no, status=no,center:no'";//这里是设置你上面的HTML弹出的高度和宽度的
self.focus();
var ExitWindow = window.open(exitURL,'', featureStr);
ExitWindow.focus();
}//武鸣人网站https://www.wuming.ren 网站很好记住,wuming.ren(武鸣拼音.ren域名后缀)
setTimeout("openWin()",5000);
window.focus();
</script>
<body>
<a href="https://www.wuming.ren">武鸣人</a>,各种信息资源免费发布,分享励志语录经典短句,减肥健身常识,各种js特效代码。网站很好记住,wuming.ren(武鸣拼音.ren域名后缀)<hr>
<!--欢迎来到武鸣人信息资源平台,各种信息免费发布,资源共享合作共赢,分享互联网流行的励志语录经典短句,减肥健身健康小常识及打卡记录,收集各种js特效代码。-->
<script type="text/javascript" src="https://www.wuming.ren/ad/tc.js"></script>
<script type="text/javascript" src="https://www.wuming.ren/ad/a.js"></script>
js弹窗代码,打开网页后5秒钟才弹,24小时弹一次,武鸣人网站自己用的弹窗代码。
</body>
</html>


0
0
收藏0
回帖

js弹窗代码24小时只弹一次 期待您的回复!

取消
载入表情清单……
载入颜色清单……
插入网络图片

取消确定

图片上传中
编辑器信息
提示信息