.:: L-GAME ::.
Would you like to react to this message? Create an account in a few clicks or log in to continue.
เข้าสู่ระบบ(Log in)

ลืม(forget) password

FaceBook Fan-page
Latest topics
» Ran Hot EP9 เปิดวันศุกร์ที่ 14 ก.พ. 63 เวลา 18.00 น.
ทำแถบ LOAD ที่สามารถกำหนดเวลาได้ พร้อมไปหน้าที่เราตั้ง EmptyTue Feb 11, 2020 7:42 pm by XyzGame

» Ran Top เซิฟEP9 เปิดวันศุกร์ที่ 8 พ.ย. 62 เวลา 18.00 น.
ทำแถบ LOAD ที่สามารถกำหนดเวลาได้ พร้อมไปหน้าที่เราตั้ง EmptySun Nov 10, 2019 5:23 pm by XyzGame

» Ran Top เซิฟEP9 เปิดวันศุกร์ที่ 8 พ.ย. 62 เวลา 18.00 น.
ทำแถบ LOAD ที่สามารถกำหนดเวลาได้ พร้อมไปหน้าที่เราตั้ง EmptySun Nov 10, 2019 5:22 pm by XyzGame

» Ran Aki เซิฟEP9 7อาชีพ +11 เวลตัน250 เปิดยาว มั่นคง คนเล่นเพียบ
ทำแถบ LOAD ที่สามารถกำหนดเวลาได้ พร้อมไปหน้าที่เราตั้ง EmptyMon Sep 09, 2019 12:33 pm by XyzGame

» Ran Aki เซิฟEP9 7อาชีพ +11 เวลตัน250 เปิดยาว มั่นคง คนเล่นเพียบ
ทำแถบ LOAD ที่สามารถกำหนดเวลาได้ พร้อมไปหน้าที่เราตั้ง EmptyMon Sep 09, 2019 12:31 pm by XyzGame

» ◤【卐】✿✿ RAN-FROST EP 12 อัพเดลอาวุธไอน้ำ ชุด290อัพเดลแฟชั่น Avenger engame ✿✿【卐】◥
ทำแถบ LOAD ที่สามารถกำหนดเวลาได้ พร้อมไปหน้าที่เราตั้ง EmptyMon Jul 22, 2019 10:19 pm by aowmygod

» RAN-ZOOMMER EP 12 9 อาชีพ อาวุธสูงสุดมังกรฟ้าชุดสูงสุด 290 เปิดยาว
ทำแถบ LOAD ที่สามารถกำหนดเวลาได้ พร้อมไปหน้าที่เราตั้ง EmptySat May 25, 2019 9:24 pm by aowmygod

» ◤【卐】✿✿ RAN-OBZ EP 11 9 อาชีพ สูงสุด+15 ไอเท็มใหม่ล่าสุด สมดุล อัพเดลตลอด ✿✿【卐】◥
ทำแถบ LOAD ที่สามารถกำหนดเวลาได้ พร้อมไปหน้าที่เราตั้ง EmptyWed Apr 24, 2019 5:15 pm by aowmygod

» ◤【卐】✿✿ RAN-COOKIE EP 11 สูงสุด+15 ออโต้สกิล จบวอร์วาปแมพบอสพิเศษ มังกรทอง ✿✿【卐】◥
ทำแถบ LOAD ที่สามารถกำหนดเวลาได้ พร้อมไปหน้าที่เราตั้ง EmptySun Apr 07, 2019 5:25 pm by aowmygod


ทำแถบ LOAD ที่สามารถกำหนดเวลาได้ พร้อมไปหน้าที่เราตั้ง

Go down

ทำแถบ LOAD ที่สามารถกำหนดเวลาได้ พร้อมไปหน้าที่เราตั้ง Empty ทำแถบ LOAD ที่สามารถกำหนดเวลาได้ พร้อมไปหน้าที่เราตั้ง

ตั้งหัวข้อ by Smilez Mon Jun 01, 2009 8:24 am

ต้องการให้แสดง แถบ LOAD ที่ไหนก็นำ CODE ด้านล่างไปไว้ที่นั่นครับ <body> นะครับ


Code:
<script language="javascript">
// Time-based progress bar- By Brian Gosselin at http://scriptasylum.com/bgaudiodr

var loadedcolor='blue' ;      // สีของแถบ LOAD
var unloadedcolor='lightgrey';    // สีของบริเวณที่ไม่ได้ถูก LOAD
var bordercolor='navy';            // สีของขอบ
var barheight=15;                  // ความสูงของแถบ LOAD เป็น PIXELS
var barwidth=400;                  // ความกว้างของแถบ LOAD เป็น PIXELS
var waitTime=5;                  // เวลาที่ใช้ในการ LOAD

var action=function()
{
alert("ขอบคุณที่เยี่ยมชมครับ ^^");
window.location="http://www.olo-colo.com"; // ใส่ URL ของหน้าที่ต้องการให้ไปหลัง LOAD เสร็จ
}

//*****************************************************//
//**********  DO NOT EDIT BEYOND THIS POINT  **********//
//*****************************************************//

var ns4=(document.layers)?true:false;
var ie4=(document.all)?true:false;
var blocksize=(barwidth-2)/waitTime/10;
var loaded=0;
var PBouter;
var PBdone;
var PBbckgnd;
var Pid=0;
var txt='';
if(ns4){
txt+='<table border=0 cellpadding=0 cellspacing=0><tr><td>';
txt+='<ilayer name="PBouter" visibility="hide" height="'+barheight+'" width="'+barwidth+'" onmouseup="hidebar()">';
txt+='<layer width="'+barwidth+'" height="'+barheight+'" bgcolor="'+bordercolor+'" top="0" left="0"></layer>';
txt+='<layer width="'+(barwidth-2)+'" height="'+(barheight-2)+'" bgcolor="'+unloadedcolor+'" top="1" left="1"></layer>';
txt+='<layer name="PBdone" width="'+(barwidth-2)+'" height="'+(barheight-2)+'" bgcolor="'+loadedcolor+'" top="1" left="1"></layer>';
txt+='</ilayer>';
txt+='</td></tr></table>';
}else{
txt+='<div id="PBouter" onmouseup="hidebar()" style="position:relative; visibility:hidden; background-color:'+bordercolor+'; width:'+barwidth+'px; height:'+barheight+'px;">';
txt+='<div style="position:absolute; top:1px; left:1px; width:'+(barwidth-2)+'px; height:'+(barheight-2)+'px; background-color:'+unloadedcolor+'; font-size:1px;"></div>';
txt+='<div id="PBdone" style="position:absolute; top:1px; left:1px; width:0px; height:'+(barheight-2)+'px; background-color:'+loadedcolor+'; font-size:1px;"></div>';
txt+='</div>';
}

document.write(txt);

function incrCount(){
window.status="Loading...";
loaded++;
if(loaded<0)loaded=0;
if(loaded>=waitTime*10){
clearInterval(Pid);
loaded=waitTime*10;
setTimeout('hidebar()',100);
}
resizeEl(PBdone, 0, blocksize*loaded, barheight-2, 0);
}

function hidebar(){
clearInterval(Pid);
window.status='';
//if(ns4)PBouter.visibility="hide";
//else PBouter.style.visibility="hidden";
action();
}

//THIS FUNCTION BY MIKE HALL OF BRAINJAR.COM
function findlayer(name,doc){
var i,layer;
for(i=0;i<doc.layers.length;i++){
layer=doc.layers[i];
if(layer.name==name)return layer;
if(layer.document.layers.length>0)
if((layer=findlayer(name,layer.document))!=null)
return layer;
}
return null;
}

function progressBarInit(){
PBouter=(ns4)?findlayer('PBouter',document):(ie4)?document.all['PBouter']:document.getElementById('PBouter');
PBdone=(ns4)?PBouter.document.layers['PBdone']:(ie4)?document.all['PBdone']:document.getElementById('PBdone');
resizeEl(PBdone,0,0,barheight-2,0);
if(ns4)PBouter.visibility="show";
else PBouter.style.visibility="visible";
Pid=setInterval('incrCount()',95);
}

function resizeEl(id,t,r,b,l){
if(ns4){
id.clip.left=l;
id.clip.top=t;
id.clip.right=r;
id.clip.bottom=b;
}else id.style.width=r+'px';
}

window.onload=progressBarInit;
</script>
Smilez
Smilez
จอมพลปราชญ์
จอมพลปราชญ์

จำนวนข้อความ : 985
: 34
คะแนน : 1234
ชื่อเสียง : 68
Registration date : 28/04/2009

ขึ้นไปข้างบน Go down

ขึ้นไปข้างบน

- Similar topics

 
Permissions in this forum:
คุณไม่สามารถพิมพ์ตอบ