Deutsch
<!-- http://www.downcodes.com/js --> <!-- bbs http://www.downcodes.com/bbs--> <!-- Um diesen Effekt zu erzielen, fügen Sie den folgenden Code hinzu zu <body>Im Bereich--> <form name="loading"> <div align="center"> <p><font color="#0000ff"><input name="chart" size="37" style= "Hintergrundfarbe: Schwarz; Farbe: #FF0000; Schriftfamilie: Arial; Schriftstärke: fetter; Rahmenstil: keine; Abstand: 0px"><br><input name="percent" size=" 53" style="background-color: black; color: #FFFFFF; text-align: center-style: none; </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";} //Zu verlinkende Seite} </SCRIPT> <! -- Schritt 2: Fügen Sie "onload="Splash()"" zum <body>-Tag hinzu --> Zum Beispiel: <body onload="Splash()">