Web Hosting Offers
See the new scripts recently added to Dynamic Drive. Click here.
Original, practical CSS codes and examples such as CSS menus for your site.
    Search code samples  
 
  Keyword
 
 
 
   
 
 
  Code Samples
 
ASP
CSS
Dhtml
Html
Javascript
PHP
 
   
     LOGIN HERE  
 
Username
Password
Forgot Password
Verify Signup
 
 
 

Javascript >> General

how to create a wait or progress page?

Visitor Ratings (1) :

Description
onload fires when the page has completely loaded and rendered the html.
this is atleast true for MSIE (and I'm pretty sure true for NS).

I use this event scenerio for displaying a download progress meter
which clears onload.

I do this by:
Code
Select All
 Rate this Resource