Hi Brad, What I have used in the past is a redirect page - when the user hits submit the redirect page shows up for 2 or 3 seconds with something like:
Loading Query A .... please wait This will take approximately 10 seconds. This will solve the problem with users hitting the back button as if they do it will just redirect them forward again. (if they hit it twice it will go back to the form). The redirect code is: <Meta HTTP-EQUIV="Refresh" Content="2;URL=http://<@CGIPARAM SERVER_NAME><@APPFILE>&<@UserReferenceArgument>"> JJ --- Brad Robertson <[EMAIL PROTECTED]> wrote: > Any thought on a HTML "Loading..." message for pages > with large resultsets. I am currently using a > javascript method where I load a popup that has a > loading message that closes when the page loads. I > open the popup in the begging of the results page > and close it after after the DBMS and results page. > The problem occurs when a user uses the back or stop > button before I have a chance to kill the popup or > if there are no results and it displays the "sorry > no results page" - b/c the popup stays up with the > loading message. > > __________________________________________________ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com ________________________________________________________________________ TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED] with unsubscribe witango-talk in the message body
