Your HostICan Community  


Go Back   Your HostICan Community > Programming & Design > Javascript / Java Applets
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Javascript / Java Applets Are you a JavaScript guy? Do you need help with JavaScript? This is the place to talk about anything related to Java.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 07-12-2008, 07:43 AM
Burke's Avatar
Member
 
Join Date: May 2008
Posts: 30
Default Simple Javascript Pre-loader

Simple Javascript Pre-loader

Step 1:

In the <HEAD> tags, place the following code:

HTML Code:
<SCRIPT LANGUAGE="JavaScript">

<!-- Begin
function clearPreloadPage() { //DOM
if (document.getElementById){
document.getElementById('prepage').style.visibility='hidden';
}else{
if (document.layers){ //NS4
document.prepage.visibility = 'hidden';
}
else { //IE4
document.all.prepage.style.visibility = 'hidden';
}
}
}
// End -->
</SCRIPT>
Step 2:

Change the <body> tag into:

HTML Code:
<BODY onLoad="clearPreloadPage();">
Step 3:

Straight after the new Body tag, place the following code:

HTML Code:
<div id="prepage" style="position:absolute; font-family:arial; font-size:16; left:0px; 

top:0px; background-color:white; layer-background-color:white; height:100%; width:100%;z-index:500;"> 
<table width=100%><tr><td>Loading ... ... Please wait!</td></tr></table>
</div>
TIP: You can change this to show a different message
Reply With Quote
  #2 (permalink)  
Old 07-14-2008, 06:45 PM
lnxcode's Avatar
The British Kid
 
Join Date: Sep 2007
Location: Richmond, VA
Posts: 1,751
Send a message via AIM to lnxcode Send a message via Skype™ to lnxcode
Default

Nice post, thanks for letting us know
__________________
Thanks,

Denis Motova
Affiliate / Operations Manager

HostICan Answers | HostICan Newsletter | HostICan Blog | Become a HostICan Affiliate | Create a Support Ticket.
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -4. The time now is 01:59 PM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0

Copyright © 2003 - 2008 HostICan. All Rights Reserved.