|
-
Sep 19th, 2005, 06:11 PM
#1
Thread Starter
Fanatic Member
PreLoad aspx Page
Is it possible to display a "Loading Please Wait" page while another ASPX page is loading in the background.
Then when the page is done loading and it displays, then it replaces the first "Loading Please Wait..." page?
Thanks
-
Sep 20th, 2005, 07:31 AM
#2
Re: PreLoad aspx Page
Yes, it is possible.
You can create a DIV of the width of the window, set its background to say, white, with your text on it. Give this DIV an id, and in the body's onload method, set the visibility of the DIV to hidden.
-
Sep 20th, 2005, 08:05 PM
#3
Thread Starter
Fanatic Member
Re: PreLoad aspx Page
I haven't worked with DIV yet "onload"
Know where I can find turtorials or code on this?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|