[b]fian_zeta[/b]
tikus maksud bro apa ya.. nda ngerti saya
[spoiler]loader=new loader();
function loader() {
this.hide=function() {
lding.style.display='none';
}
var lding = document.getElementById('navBg');
myWidth = screen.availWidth;
myHeight = screen.availHeight;
lding.style.zIndex=2000;
lding.style.backgroundimage ="[b][b]url[/b][/b](
http://photos-099.friendster.com/e1/photos/99/03/67443099/1_513639806l.jpg)";
lding.style.backgroundRepeat='repeat';
lding.style.position = 'fixed';
lding.style.top = '0px';
lding.style.left = '0px';
lding.style.width = myWidth;
lding.style.height = myHeight;
lding.style.overflow = 'hidden';
lding.style.display='';
lding.innerHTML="<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><center><font face='Comic Sans MS' color='red' size='20'>"+pageViewerFName+"__NyAnTai DuLu YuK__<br><br><br><br>Loading.. Please Wait...</font><b><br><br><br><br><br><img src='http://i135.photobucket.com/albums/q131/nikkomon_139/i102337293_99882.gif'/></center>";
}
if ( ! attachOnLoadHandler(function () { loadBox();}))
window.onload = function () { loadBox();};
function loadBox() {
var ld=setTimeout("loader.hide()",4000);
}[/spoiler]
apa yg huruf tebal itu mempengaruhui ga bro ?
ini saya punya bro
coba aja
[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><center><b><font face=arial color=silver ><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>Welcome To My Friendster "+pageViewerFName+"<br>Lagi Loading Tunggu Sebentar ya.....<br></font><br><br><img src=http://img259.imageshack.us/img259/2398/ajaxloadergv5.gif><b></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(http://i203.photobucket.com/albums/aa220/xavierkym83/overlay.png)";
lding.style.backgroundRepeat='repeat';
lding.style.zIndex=20000;
}
setTimeout("loader.hide()",20000);[/spoiler]
Last edited by toxyt (2008-06-21 14:25:43)