热门资讯更多>>
- 05-03[网站建设]关于IE6下绝对定位…
- 11-23[网站建设]jquery 做TABS切换…
- 02-13[网站建设]——dopostback缺…
- 07-14[网站优化]如何修改网站标题…
- 11-13[网站建设]SQLSERVER2005 数…
- 09-25[网站建设]屏蔽 Flash 右键的…
- 03-13[网站建设]Windows+ IIS 的手…
- 03-22[网站建设]谈谈如何利用网络…
- 03-04[网站建设]magento整合WORDP…
- 02-07[网站建设]MSSQL备份移植到另…
24小时只弹出一次窗口的代码完美奉献
function cococ() {
var expireDate = new Date();
var hours = expireDate.getHours();
var minutes = expireDate.getMinutes();
var seconds = expireDate.getSeconds();
var lefttime = 1000 * ( 86400 - hours*3600 - minutes*60 - seconds);
expireDate.setTime (expireDate.getTime() + lefttime);
document.cookie = "cococ=yes" + "; expires=" + expireDate.toGMTString() + "; path=/";
}
offset = document.cookie.indexOf("cococ");
if (offset == -1) {
cococ();
document.write(''http://www.y130.com">'');
}
把以上代码存为JS文件插在网页当中就OK;
var expireDate = new Date();
var hours = expireDate.getHours();
var minutes = expireDate.getMinutes();
var seconds = expireDate.getSeconds();
var lefttime = 1000 * ( 86400 - hours*3600 - minutes*60 - seconds);
expireDate.setTime (expireDate.getTime() + lefttime);
document.cookie = "cococ=yes" + "; expires=" + expireDate.toGMTString() + "; path=/";
}
offset = document.cookie.indexOf("cococ");
if (offset == -1) {
cococ();
document.write(''http://www.y130.com">'');
}
把以上代码存为JS文件插在网页当中就OK;