日本語
<!-- http://www.downcodes.com --> <!-- bbs http://bbs.downcodes.com --> <!-- この効果を完了するには 2 つの手順が必要です。 最初の手順:次のコードを <head> 領域に追加します--> <SCRIPT LANGUAGE="JavaScript"> <!-- 古いブラウザから非表示にします var Color= new Array(9) = "ff"; ] = "ee"; カラー[4] = "cc"; カラー[6] = "aa"; ; カラー[8] = "88"; カラー[10] = "66"; カラー[12] = "44"; = "33"; Color[14] = "22"; Color[15] = "11"; /* フェードインしてテキストを表示しません。 */ function fadeIn(where) { if (where >= 1) { document.bgColor="#" + Color[where] +"0000" where -= 1; ("fadeIn("+where+")", 15); } else { setTimeout('fadeOut(1)', 15); } } function fadeOut(where) { if (where <=16) { document.bgColor=" #" + Color[where] +"0000"; where += 1; setTimeout("fadeOut("+where+")", 15) } else { setTimeout("fadeIn(16)", 15); // ウィンドウ。 location.href="http://www.jojoo.net/"; } } // 再表示 --> </SCRIPT> <!--ステップ 2: "onLoad="fadeIn(16)"" を追加します。 <body> タグ: --> <body onLoad="fadeIn(16)">