English
<!-- 把下列代码加到<body>区域中 --> <script language="JavaScript"> function WM_readCookie(name) { if(document.cookie == '') return false; else return unescape(WM_getCookieValue(name)); } var Read_cookie=WM_readCookie("yescnet_openday"); function openday() { Arrset=window.showModalDialog('http://www.knowsky.com/img/200407082.htm','好吗','dialogWidth:435px;dialogHeight:297px;scroll:0;status:0;help:1;edge:raised'); setCookie("yescnet_openday",Arrset.charAt(0),1); setCookie("yescnet_MIDw",Arrset.charAt(1),1); } //写入cookies function setCookie(c_n,c_v,c_y) { var the_cookie = c_n + "=" + escape(c_v); var the_date = new Date(); the_date .setYear(the_date.getYear() + c_y); var the_cookie_date =the_date.toGMTString(); the_cookie = the_cookie +";expires=" + the_cookie_date; document.cookie =the_cookie; } //读取cookies function WM_getCookieValue(name) { var firstChar,lastChar; var theBigCookie = document.cookie; firstChar = theBigCookie.indexOf(name); if(firstChar != -1) { firstChar +=name.length + 1; lastChar = theBigCookie.indexOf(';', firstChar); if(lastChar == -1) lastChar = theBigCookie.length; return theBigCookie.substring(firstChar, lastChar); } else { return false; } } </script> <base target="online_window"> <body onload="javascript:if(Read_cookie!=0)openday();">