摘要:
函数:
function Get(){
var Then = new Date()
Then.setTime(Then.getTime() + 24*60*60*1000)
var cookieString = new String(documents.cookie)
var cookieHeader = "Cookie1="
var beginPosition = cookieString.indexOf(cookieHeader)
if (beginPosition != -1){
} else
{ documents.cookie = "Cookie1=POPWIN;expires="+ Then.toGMTString()
var focusid=setTimeout("focus();var popAd=window.showModelessDialog(''''http://www.aspxuexi.com/pop.html'''',''''dis'''','''''''');",10 阅读全文
摘要:
var time_out = 9000;
function log_start()
{
window.miman.style.visibility="visible";
window.setTimeout( "real_log_start()", time_out );
return false;
}
function real_log_start()
{
window.miman.style.display="none";
}
阅读全文