国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁(yè) > 開(kāi)發(fā) > JS > 正文

JS利用cookies設(shè)置每隔24小時(shí)彈出框

2024-05-06 16:36:38
字體:
來(lái)源:轉(zhuǎn)載
供稿:網(wǎng)友

廢話(huà)不多說(shuō)了,直接給大家貼代碼了,具體代碼如下所示:

function cookieGO(name) {  var today = new Date();  var expires = new Date();  expires.setTime(today.getTime() + 1000*60*60*24);  setCookie("cookievalue", name, expires);  }  function setCookie(name, value, expire) {   window.document.cookie = name + "=" + escape(value) + ((expire == null) ? "" : ("; expires=" + expire.toGMTString()));  }  function getCookie(Name) {   var findcookie = Name + "=";  if (window.document.cookie.length > 0) { // if there are any cookies   offset = window.document.cookie.indexOf(findcookie);  if (offset != -1) { // cookie exists 存在   offset += findcookie.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;  }  //提示過(guò)期彈框  if({$remindflag} == "1"){   setInterval(function TanChuang() {   var c = getCookie("cookievalue");   if (c != null) {    return;   }   cookieGO("getcookie");    G.alert({     "title":"過(guò)期提示",     "pclass":"box",     "text":"您的錯(cuò)題本服務(wù)將于"+"{$userinfo.member_end}"+"過(guò)期<br>為了不影響您的正常使用請(qǐng)續(xù)費(fèi)",     "btnText":"購(gòu)買(mǎi)續(xù)費(fèi)",     "alert":function(){      this._remove();      window.location.href = "/manage/pay/readyopenvip.php";     }    });   },2000);  } 

以上所述是小編給大家介紹的利用cookies設(shè)置每隔24小時(shí)彈出框,希望對(duì)大家有所幫助,如果大家有任何疑問(wèn)請(qǐng)給我留言,小編會(huì)及時(shí)回復(fù)大家的。在此也非常感謝大家對(duì)VeVb武林網(wǎng)網(wǎng)站的支持!


注:相關(guān)教程知識(shí)閱讀請(qǐng)移步到JavaScript/Ajax教程頻道。
發(fā)表評(píng)論 共有條評(píng)論
用戶(hù)名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 黑水县| 崇文区| 镇雄县| 梓潼县| 福贡县| 修武县| 呼图壁县| 会同县| 沙雅县| 平陆县| 城口县| 江川县| 张北县| 读书| 五家渠市| 高台县| 蒲江县| 荣成市| 聊城市| 德钦县| 宁海县| 嘉义市| 衢州市| 浠水县| 滁州市| 山东省| 上蔡县| 平凉市| 中卫市| 安阳县| 隆回县| 仁化县| 保康县| 盱眙县| 嘉兴市| 大英县| 玛纳斯县| 永泰县| 韶关市| 湖南省| 邹平县|