Results 1 to 3 of 3

Thread: Creating a 'Please Wait' page?

  1. #1

    Thread Starter
    Hyperactive Member tailz's Avatar
    Join Date
    Jul 2002
    Posts
    306

    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

  2. #2
    Lively Member
    Join Date
    Oct 2001
    Location
    MA, US
    Posts
    78

    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.

  3. #3

    Thread Starter
    Hyperactive Member tailz's Avatar
    Join Date
    Jul 2002
    Posts
    306
    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
  •  



Click Here to Expand Forum to Full Width