Results 1 to 3 of 3

Thread: Animated gif stops during data processing.

  1. #1

    Thread Starter
    Hyperactive Member Al Smith's Avatar
    Join Date
    May 1999
    Location
    Marcellus, MI. USA
    Posts
    330

    Animated gif stops during data processing.

    Hi,
    This probably would happen on classic asp also, but I never tried.
    I have a "Processing Order. Please Wait" screen that pops-up while some data processing is occuring on the server. The screen has a simple animated gif on it. The code for the screen is in <DIV> tags. The DIV is hidden (JavaScript) when the page loads. When the submit butten is clicked, the DIV is set to "Visible".
    Everything works as expected, but the animated gif stops during the data processing.
    Why does this happen?
    I had thought that since the "Please Wait" screen is on the client, any server-side processing wouldn't affect it.
    Does anyone have any ideas?
    Thanks,
    Al.
    A computer is a tool, not a toy.

  2. #2
    Hyperactive Member
    Join Date
    Jan 2003
    Location
    Cape Cod, US
    Posts
    292
    Take a look at threads. I've never used it so can't give any examples but basically
    you create a new thread to do the processing, display a simple transition page (with your
    animated gif) and when the processing is done it auto redirects to the next page.

  3. #3

    Thread Starter
    Hyperactive Member Al Smith's Avatar
    Join Date
    May 1999
    Location
    Marcellus, MI. USA
    Posts
    330
    Thanks fungi. Threading works.
    Al.
    A computer is a tool, not a toy.

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