Topic awaiting preservation: how do I display loading.. when page is loading? |
|
---|---|
Author | Thread |
Bipolar (III) Inmate From: Australia |
posted 04-19-2004 08:17
I have used the following code, but I still get a blank page when the data is loading. How do I display a "loading..." when the data is loading and disappear after that? code: <% |
Maniac (V) Mad Scientist From: Rochester, New York, USA |
posted 04-19-2004 14:47
This is a tough little bit of work to actually do. HTML is not designed to do this sort of thing. |
Paranoid (IV) Mad Scientist From: Somewhere over the rainbow |
posted 04-19-2004 15:00
The poster has demanded we remove all his contributions, less he takes legal action. |
Paranoid (IV) Inmate From: Madison, Indiana, USA |
posted 04-19-2004 18:56
Is this the kind of thing you are looking for? code: <body onload="Loaded();">
code: <script language="JavaScript" type="text/javascript">
|