国产探花免费观看_亚洲丰满少妇自慰呻吟_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ā)表
主站蜘蛛池模板: 高碑店市| 丽江市| 咸阳市| 清原| 青浦区| 波密县| 瓮安县| 青冈县| 柯坪县| 武功县| 乾安县| 元氏县| 吉林市| 阿城市| 舒城县| 洛浦县| 江山市| 普洱| 礼泉县| 突泉县| 红河县| 峡江县| 申扎县| 绥中县| 巨野县| 克东县| 崇州市| 泊头市| 庆安县| 柳河县| 孟连| 都兰县| 合阳县| 天全县| 福鼎市| 普洱| 新晃| 墨玉县| 谢通门县| 泰兴市| 陆河县|