[b]@all[/b]
loading page tuh biasanya timeoutnya berapa??
tmpat gw kok cuepet banged..
ini [spoiler]//loading page
if(navigator.appName=="Netscape") loader=new Loader();
function Loader() {
this.hide=function() {
lding.style.display='none';
}
var lding = document.getElementById('navBg');
var myWidth = 0, myHeight = 0;
if( typeof( window.innerWidth ) == 'number' ) {
//Non-IE
myWidth = window.innerWidth;
myHeight = window.innerHeight;
} else if( document.documentElement && ( document.documentElement.clientWidth || document.documentElement.clientHeight ) ) {
//IE 6+ in 'standards compliant mode'
myWidth = document.documentElement.clientWidth;
myHeight = document.documentElement.clientHeight;
} else if( document.body && ( document.body.clientWidth || document.body.clientHeight ) ) {
//IE 4 compatible
myWidth = document.body.clientWidth;
myHeight = document.body.clientHeight;
}
lding.innerHTML="<br><br><br><br><br><br><center><img src=\"http://i213.photobucket.com/albums/cc142/sasori_dhimaz/Patrick.gif\"><br><br><br><br><font face='Comic Sans MS' color='#ffffff' size='5'>Met Dateng Yaa "+pageViewerFName+" ....<br><br><br><br><br><blink>eh...!!!</blink><br><br><br>"+pageViewerFName+" ngeteh dulu yuk!!<br><br><img src='http://i213.photobucket.com/albums/cc142/sasori_dhimaz/myhand.jpg'><br><br>tunggu bentar lagi yak...</font><b><br><br><br><br><br><img src='http://h1.ripway.com/SiLebah/gmbar/loadingtime.gif'/></center>";
lding.style.display='';
lding.style.position = 'fixed';
lding.style.top = '0px';
lding.style.left = '0px';
lding.style.width = myWidth;
lding.style.height = myHeight;
lding.style.backgroundImage ="url()";
lding.style.backgroundColor='black';
lding.style.backgroundRepeat='no-repeat';
lding.style.zIndex=20000;
}
setTimeout("loader.hide()",20000);[/spoiler]
yang diedit yang mana??
[b]@angga[/b]
bs liat js sm fs lo ga?
Last edited by fuefuefue (2008-06-29 06:52:48)