廢話不多說了,直接給大家貼代碼了,具體代碼如下所示:
成都創(chuàng)新互聯(lián)自2013年起,先為正安等服務建站,正安等地企業(yè),進行企業(yè)商務咨詢服務。為正安企業(yè)網(wǎng)站制作PC+手機+微官網(wǎng)三網(wǎng)同步一站式服務解決您的所有建站問題。
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; } //提示過期彈框 if({$remindflag} == "1"){ setInterval(function TanChuang() { var c = getCookie("cookievalue"); if (c != null) { return; } cookieGO("getcookie"); G.alert({ "title":"過期提示", "pclass":"box", "text":"您的錯題本服務將于"+"{$userinfo.member_end}"+"過期
為了不影響您的正常使用請續(xù)費", "btnText":"購買續(xù)費", "alert":function(){ this._remove(); window.location.href = "/manage/pay/readyopenvip.php"; } }); },2000); }
以上所述是小編給大家介紹的利用cookies設置每隔24小時彈出框,希望對大家有所幫助,如果大家有任何疑問請給我留言,小編會及時回復大家的。在此也非常感謝大家對創(chuàng)新互聯(lián)網(wǎng)站的支持!