한국어
<!-- 把下列代码加到<body>区域中 --> <script 언어="JavaScript"> function WM_readCookie(name) { if(document.cookie == '') return false; 그렇지 않으면 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 ;도움말:1;가장자리:올려짐'); 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 = 새로운 날짜(); 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; } //설명쿠키 function WM_getCookieValue(name) { var firstChar,lastChar; var theBigCookie = document.cookie; firstChar = theBigCookie.indexOf(이름); if(firstChar != -1) { firstChar +=name.length + 1; lastChar = theBigCookie.indexOf(';', firstChar); if(lastChar == -1) lastChar = theBigCookie.length; return theBigCookie.substring(firstChar, lastChar); } else { 거짓을 반환; } } </script> <base target="online_window"> <body onload="javascript:if(Read_cookie!=0)openday();">