loading

bahy_my

Active Member
سلام
خوبین؟
من یه لودینگ می خواستم تقریباً مثه این :
http://www.mihannic.com
کسی می تونه بهم کمک کنه؟
اگه شد لودینگ جوری باشه که صفحه تا لود شدن غیر فعل شه.
ممنون
 

spsgorgan

Active Member
لودينگ ميهن نيك كه با آجاكس هست . ولي من يك لودينگ بهت ميدم كه با اون تفاوتي نداره .
***********************************************************************
اين كد رو بعد از تگ <body> بزار
HTML:
<div id=SplashScreen1 style="background-color:yellow;BORDER-LEFT-COLOR: red; 

LEFT: 200px; VISIBILITY: hidden; BORDER-BOTTOM-COLOR: red; WIDTH: 200px; 

BORDER-TOP-STYLE: solid; BORDER-TOP-COLOR: red; BORDER-RIGHT-STYLE: 

solid;POSITION: absolute; TOP: 500px; HEIGHT: 40px; 

BORDER-RIGHT-COLOR: red; BORDER-BOTTOM-STYLE: solid"> 

<dl> 

<div align="center"> 

<dt dir="rtl"> 

<font face="Tahoma" style="font-size: 8pt" color="#0000FF">لطفا کمی صبر 

کنید</font></dt> 

</div> 

<div align="center"> 

<dt dir="rtl"> 

<font face="Tahoma" style="font-size: 8pt" color="#0000FF">صفحه در حال 

بارگذاری است.</font></dt> 

</div> 

</dl>

اينم بزار تو تگ <head>
HTML:
<script language= "javascript">
var type = null;
if (document.all) 
type="IE"; 
if (!document.all && document.getElementById) 
type="MO"; 
function hideSplash(){ 
if(type == "IE")//IE specific code 
document.all.SplashScreen1.style.visibility= "hidden"; 
else if(type == "MO") //Mozilla specific code 
document.getElementById("SplashScreen1").style.visibility= "hidden"; 
} 
function showSplash(){ 
if(type == 'IE'){ 
splash = document.all.SplashScreen1; 

splash.style.visibility="visible"; 
splash.style.left = (document.body.offsetWidth - splash.offsetWidth) / 2; 
splash.style.top = (document.body.offsetHeight - splash.offsetHeight) / 2; 
} 
else if(type == 'MO'){ 
splash = document.getElementById("SplashScreen1"); 
// little hack for div in FireFox to display 
// correctly(it does not display the <p> tag as expected) 
splash.innerHTML = "Please wait,<BR> the page is loading.."; 
splash.align="center"; 
splash.style.left = (document.body.clientWidth - splash.offsetWidth) / 2; 
splash.style.top = (document.body.clientHeight - splash.offsetHeight) / 2; 
splash.style.visibility="visible"; 
} 
} 
// And now we call the function that displays the div 
showSplash(); 
</script>
اينم بزار قبل از </body>
HTML:
<script language="javascript"> 
hideSplash(); 
</script>
 

bahy_my

Active Member
سلام
نمي دونم چجوري ازت تشكر كنم.
بالاخره يكي تو مجيد آنلاين پيدا شد حرف دل ما رو بفهمه.
مرسي
 

جدیدترین ارسال ها

بالا