Forums
This topic is locked
Loading Screen while page loads?
Posted 11 Mar 2005 02:23:29
1
has voted
11 Mar 2005 02:23:29 Greg LeBreck posted:
I have several pages in my application that take a few seconds to load because of the amount of data. I would like to display a small flash movie while the data is loading. How do I do this in ASP?
Replies
Replied 23 May 2007 13:45:03
23 May 2007 13:45:03 Andrew Peace replied:
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>
I have several pages in my application that take a few seconds to load because of the amount of data. I would like to display a small flash movie while the data is loading.
How do I do this in ASP?
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>
Ah! Just made a huge post and it got erased by accident!! Anyhow...
Check out this blog post I made a few days ago:
HTML and CSS Loading Screen
You need to create a div that contains your loading flash animation. Put this div in the body, RIGHT after the body tag (before everything else). Then, create a JavaScript that makes this div go away once the body has loaded.
Check out that blog posting for an example and some code. Post back if you need any more help!
www.andrewpeace.com
I have several pages in my application that take a few seconds to load because of the amount of data. I would like to display a small flash movie while the data is loading.
How do I do this in ASP?
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>
Ah! Just made a huge post and it got erased by accident!! Anyhow...
Check out this blog post I made a few days ago:
HTML and CSS Loading Screen
You need to create a div that contains your loading flash animation. Put this div in the body, RIGHT after the body tag (before everything else). Then, create a JavaScript that makes this div go away once the body has loaded.
Check out that blog posting for an example and some code. Post back if you need any more help!
www.andrewpeace.com