<script>
getal=0;
url='http://www.furkan.dostweb.com'; // hier de url welke geopend moet worden
function load()
{
if(getal==100)
{
window.location=url;
}
else {
getal+=1;
tabel.width=getal;
text.innerHTML=getal+"%";
setTimeout("load()","100");
}
}
setTimeout("load()","100");
</script>
Loading...
<div id=text></div>
<table cellpadding=0 cellspacing=0 width=102 style="border:1 solid black">
<tr><td align=left>
<table cellpadding=0 cellspacing=0 bgcolor=#0000CC height=11 id=tabel>
<tr><td></tr></td></table></tr></td></table>