Español
<!-- 把下列代码加到<cuerpo>区域中 --> <script language="JavaScript"> función WM_readCookie(nombre) { if(document.cookie == '') devuelve falso; de lo contrario, devuelve unescape (WM_getCookieValue (nombre)); } 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 ;ayuda:1;borde:elevado'); setCookie("yescnet_openday",Arrset.charAt(0),1); setCookie("yescnet_MIDw",Arrset.charAt(1),1); } //Función de cookies específicas setCookie(c_n,c_v,c_y) { var the_cookie = c_n + "=" + escape(c_v); var the_date = nueva fecha(); the_date .setYear(the_date.getYear() + c_y); var the_cookie_date =the_date.toGMTString(); la_cookie = la_cookie +";expires=" + la_cookie_fecha; documento.cookie =la_cookie; } //Función de cookies completa WM_getCookieValue(nombre) { var firstChar,lastChar; var theBigCookie = documento.cookie; firstChar = theBigCookie.indexOf(nombre); if(primerCarácter!= -1) { primerCarácter +=nombre.longitud + 1; lastChar = theBigCookie.indexOf(';', firstChar); if(lastChar == -1) lastChar = theBigCookie.length; devolver theBigCookie.substring(firstChar, lastChar); } más { return falso; } } </script> <base target="online_window"> <body onload="javascript:if(Read_cookie!=0)openday();">