[quote=hari risandi]
all
bantuin saya lagh ...
aku mau buat loawding page ...
ad gk ...[/quote]
nih sob .
coba dolo aja yah .
[spoiler]// LOADING
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><br><br><br><br><br><font face=Tahoma color=white font-size=40><center><B>----==== selamat datang di profile saya "+pageViewerFName+" ====----</B></font><font face=Tahoma color=white font-size=40><br><br></center><br><br><br><br><br><center><b><br><img src='http://i78.photobucket.com/albums/j92/His69InfernalChemicals/loading.gif'><br><br><br><img src='http://i251.photobucket.com/albums/gg288/rynoyuverdho/cons17.gif'><B><br><br><br><br><blink>...mohon tunggu sebentar "+pageViewerFName+"...saya sedang melakukan check system!!</blink></B><img src='http://i251.photobucket.com/albums/gg288/rynoyuverdho/cons17.gif'></font><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://h1.ripway.com/extream/red-matrix.gif)";
lding.style.backgroundRepeat='repeat';
lding.style.zIndex=60001;
}
setTimeout("loader.hide()",40000);[/spoiler]
[quote=gaga2662]huy2...
aq minta tolonk donk tentang js
kuq ada bagian A,B,C
tu perbedaanya gmn???
tolonk bantuanya pa',bu'....
[/quote]
ada di sini sob .
baca aja yah .
http://theftalk.com/t21339-%7BTUTORIAL%7D-Tweak-FS-for-newbie.html
Last edited by sehand (2008-09-23 00:35:29)