[SIZE="5"]
Hier hab ich nen Ladebalken gebastelt der euch zu ner Seite dan weiterleitetxD
[/SIZE][SIZE="4"][COLOR="White"]Version 1[/COLOR][/SIZE]


[FELD="Version1"]
<html>
<head>
<title>Ladebalken!!</title>
<script type="text/javascript">
function ladebalken(){
var sekunden = 0.3;
var breite = 300;
var balken = document.getElementById("balken");
var ladung = document.getElementById("ladung");
balken.style.width = breite+"px";
balken.style.border = "1px solid black";
ladung.style.backgroundColor = "darkblue";
prozent = function(){
w = ladung.style.width.match(/\d+/);
if (++w == breite){
clearInterval(sto);
window.document.write("http://www.godlikerz.de");
}
else {
ladung.style.width = w+"px";
}
}
sto = setInterval("prozent()",sekunden*1000/breite);
}
</script>
</head>
Ladebalken v. 0.1
<div id=balken><div id=ladung> </div></div>
<script type="text/javascript">ladebalken();</script>
made by Gotenks666
for
Godlikerz
</body>
</html>[/FELD]
[SIZE="6"]Bei dem Feld
[FELD="Code"] window.document.write("http://www.godlikerz.de");[/FELD]
Könnt ihr die Seite wo ihr verlinkt werdet belibig ändern[/SIZE]
[SIZE="6"]Bei dem Feld
[FELD="Code"]
ladung.style.backgroundColor = "darkblue";[/FELD]
Könnt ihr die farbe belibig ändern![/SIZE]
[FELD="Farbcodes"]
blue
darkblue
black
white
green
darkgreen
red
darkred
....[/FELD]

[SIZE="4"][COLOR="White"]Version 2[/COLOR][/SIZE]

[FELD="Version1"]
<html>
<head>
<title>Ladebalken!!</title>
<script type="text/javascript">
function ladebalken(){
var sekunden = 0.3;
var breite = 300;
var balken = document.getElementById("balken");
var ladung = document.getElementById("ladung");
balken.style.width = breite+"px";
balken.style.border = "1px solid black";
ladung.style.backgroundColor = "darkblue";
prozent = function(){
w = ladung.style.width.match(/\d+/);
if (++w == breite){
clearInterval(sto);
window.document.write("http://www.godlikerz.de");
}
else {
ladung.style.width = w+"px";
}
}
sto = setInterval("prozent()",sekunden*1000/breite);
}
</script>
</head>
Ladebalken v. 0.1
<div id=balken><div id=ladung> </div></div>
<script type="text/javascript">ladebalken();</script>
made by Gotenks666
for
Godlikerz
</body>
</html>[/FELD]
[SIZE="6"]Bei dem Feld
[FELD="Code"] window.document.write("http://www.godlikerz.de");[/FELD]
Könnt ihr die Seite wo ihr verlinkt werdet belibig ändern[/SIZE]
[SIZE="6"]Bei dem Feld
[FELD="Code"]
ladung.style.backgroundColor = "darkblue";[/FELD]
[FELD="Version 2"]<body text="#FFFFFF" bgcolor="#000000">
<center>
<html>
<head>
<title>Ladebalken!!</title>
<script type="text/javascript">
function ladebalken(){
var sekunden = 0.3;
var breite = 300;
var balken = document.getElementById("balken");
var ladung = document.getElementById("ladung");
balken.style.width = breite+"px";
balken.style.border = "1px solid orange";
ladung.style.backgroundColor = "#FF8000";
prozent = function(){
w = ladung.style.width.match(/\d+/);
if (++w == breite){
clearInterval(sto);
window.document.write("http://www.godlikerz.de");
}
else {
ladung.style.width = w+"px";
}
}
sto = setInterval("prozent()",sekunden*1000/breite);
}
</script>
</head>
Ladebalken v. 0.2
<div id=balken><div id=ladung> </div></div>
<script type="text/javascript">ladebalken();</script>
made by Gotenks666
for
<table width="30%" border="5" cellpadding="5" cellspacing="5">
<tr>
<td>
<font size="+3"><center>
<p>Godliker<font color="#FF8000">z </font> </p> </font></td>
</font>
</tr>
</table>
<font size="+2"><p><font color="#FF8000">T</font>he <font color="#FF8000">U</font>ltimate <font color="#FF8000">G</font>aming <font color="#FF8000">C</font>omunity</p></font>
</body>
</html>
</center>[/FELD]
<center>
<html>
<head>
<title>Ladebalken!!</title>
<script type="text/javascript">
function ladebalken(){
var sekunden = 0.3;
var breite = 300;
var balken = document.getElementById("balken");
var ladung = document.getElementById("ladung");
balken.style.width = breite+"px";
balken.style.border = "1px solid orange";
ladung.style.backgroundColor = "#FF8000";
prozent = function(){
w = ladung.style.width.match(/\d+/);
if (++w == breite){
clearInterval(sto);
window.document.write("http://www.godlikerz.de");
}
else {
ladung.style.width = w+"px";
}
}
sto = setInterval("prozent()",sekunden*1000/breite);
}
</script>
</head>
Ladebalken v. 0.2
<div id=balken><div id=ladung> </div></div>
<script type="text/javascript">ladebalken();</script>
made by Gotenks666
for
<table width="30%" border="5" cellpadding="5" cellspacing="5">
<tr>
<td>
<font size="+3"><center>
<p>Godliker<font color="#FF8000">z </font> </p> </font></td>
</font>
</tr>
</table>
<font size="+2"><p><font color="#FF8000">T</font>he <font color="#FF8000">U</font>ltimate <font color="#FF8000">G</font>aming <font color="#FF8000">C</font>omunity</p></font>
</body>
</html>
</center>[/FELD]
Könnt ihr die farbe belibig ändern![/SIZE]
[FELD="Farbcodes"]
blue
darkblue
black
white
green
darkgreen
red
darkred
....[/FELD]