|
-
Oct 17th, 2003, 09:17 AM
#1
Thread Starter
Hyperactive Member
Creating a 'Please Wait' page?
Hi All,
When a user clicks a linkbutton on my page, I would like to redirect to a "please wait while doing this action" page ... run my heavy function and then redirect back to a different page.
Hows that done then?
GaZ
-
Oct 17th, 2003, 11:33 AM
#2
Lively Member
Frames or threads
You can solve this problem with frames or threads.
it may be easier with frames:
Create a main frame (all page) that will show the wait message, and a small frame (0,0) where you load another page that does the work. When that page finish, it will redirect to next page.
On next page, you may need to get reed of frames.
Also, you can define the small frame as non resizable.
-
Oct 17th, 2003, 11:38 AM
#3
Thread Starter
Hyperactive Member
Can you explain how to do the threads method please? An example will be fine
GaZ
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
|