09-11
21

离开时收藏夹提醒

function shouchan(){

if(getCookie("userId")!=="828"){

var question = confirm("请将 摩尔Moer儿童小游戏中心 加入到收藏夹方便下次访问")
if (question != "0")
{ window.external.addFavorite('http://www.moer.com','摩尔Moer 儿童小游戏中心 Moer.COM');

//获取当前时间
var date=new Date();
var expireDays=10;
//将date设置为10天以后的时间
date.setTime(date.getTime()+expireDays*24*3600*1000);
//将userId和userName两个cookie设置为10天后过期
document.cookie="userId=828; userName=eName; expires="+date.toGMTString();
}


}else{

//alert("您已经收藏过");

}


文章来自: 本站原创
引用通告: 查看所有引用 | 我要引用此文章
Tags: 收藏夹 提醒
相关日志:
评论: 0 | 引用: 0 | 查看次数: 233
发表评论
昵 称:
密 码: 游客发言不需要密码.
内 容:
验证码: 验证码
选 项:
虽然发表评论不用注册,但是为了保护您的发言权,建议您注册帐号.
字数限制 1000 字 | UBB代码 开启 | [img]标签 关闭