日本語
<!-- http://www.downcodes.com/js --> <!-- bbs http://www.downcodes.com/bbs--> <!-- 完全な HTML 代码 --> <head > <script type="text/javascript"> //1) ランダムに選択してポップアンダーする URL を指定します: // 単一の URL を表示するには、以下の最初のエントリを除くすべてを削除します: var Popunder=new Array()ポップアンダー[0]="http://www.downcodes.com" ポップアンダー[1]="http://www.downcodes.net" ポップアンダー[2]="http://bbs.downcodes.com" ポップアンダー[ 3]="http://www.sohu.com" //2) ポップアンダー ウィンドウの機能を指定します //特定の機能を有効にする場合は 1 を設定し、無効にする場合は 0 を設定します var winfeatures="width=800,height=510,scrollbars=1 ,resizable=1,toolbar=1,location=1,menubar=1,status=1,directories=0" //3) ポップアップの頻度を制御します: //「常に」、ページがロードされるたび、または // 「x 時間」は x 時間ごとに 1 回、x は整数 (例: 12 時間) var Popfrequency="12 時間" ///ここから先の編集は必要ありません///// function get_cookie(Name) { var search =名前 + "=" var returnvalue = ""; if (document.cookie.length > 0) { offset = document.cookie.indexOf(search) if (offset != -1) { // Cookie が存在する場合 offset += search.length // 値の先頭のインデックスを設定 end = document.cookie.indexOf(";", オフセット); // Cookie 値の終わりのインデックスを設定します if (end == -1) end = document.cookie.length; returnvalue=unescape(document.cookie.substring(offset, end)) } } return returnvalue; } function replacecookie(){ varexpiredDate = new Date()expireDate.setHours(expireDate.getHours()-10) document.cookie = "tcpopunder=;path=/;expires= +expiredDate.toGMTString() } functionloadornot( ){ if (get_cookie('tcpopunder')==''){loadpopunder() varexpiredDate = new Date()expireDate.setHours(expireDate.getHours()+parseInt(popfrequency)) document.cookie = "tcpopunder="+ parseInt(popfrequency)+";path=/;expires=" +expiredDate.toGMTString() } } function loadpopunder(){ win2=window.open(popunder[Math.floor(Math.random()*(popunder.length) )],"",winfeatures) win2.blur() <br><br><br> <p><font color=red>// 网站:http://www.downcodes.com</font></ p>