日本語
<!-- http://www.downcodes.com/js --> <!-- bbs http://www.downcodes.com/bbs--> <!-- この効果を実現するには、次のコードを追加します<body>エリア内 --> <form name="loading"> <div align="center"> <p><font color="#0000ff"><input name="chart" size="37" style= "背景色: 黒; カラー: #FF0000; フォントファミリー: Arial; フォントの太さ: 太字; 境界線のスタイル: なし; パディング: 0px"><br><input name="percent" size=" 53" スタイル = 背景色: 黒; テキスト整列: 境界線スタイル: なし; </font> <SCRIPT> var bar = 0 var line = " || " var amount ="||" count() function count(){ bar= bar+3 amount =amount + line document.loading.chart.value=amount document.loading.percent.value=bar+"%" if (bar <99) {setTimeout("count()",100);} else {window.location = "http://www.downcodes.com";} //リンクされるページ} </SCRIPT> <! -- ステップ 2: 「onload="Splash()"」を <body> タグに追加します --> 例: <body onload="Splash()">