How can I create that popup bar that displays "Loading Page" on it. That displays on top of the website. Then close out when page is finished loading? Just like the one on Simple Machines Forum's?
Loading Page ... (How?)
Collapse
X
-
hi ...
here you find a simple example for a progress-bar.
now you could start the progress bar and load your main-page-contents into a hidden-iframe or through ajax ... when ready (onload of your main-page or ajax-readystate == 4 accordingly) you hide the progress-page and show the hidden-frame ...
just a simple method ... didn't have a look at your posted example :)
kind regards
Comment