954,167 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Wait while processing Note

I need a simple script to show the user a “wait while I process screen after they hit a submit button.

The user submits a customer number (into a post form) and then my next page develops a report, but it can take 60 seconds. The wait while processing note would warn them of the delay

I thought of using two div tags. Make the 2nd on not visible on load.

Then when user hits submit the note become visible and the original screen is NOT visible.

The fixed note would stay on the screen until my next page starts returning HTML.

This would look better than the screen just sitting there for 60 seconds.

Can anyone offer any suggestions???

Joel914
Newbie Poster
1 post since Sep 2004
Reputation Points: 10
Solved Threads: 0
 

Use a progress bar. The problem with simply telling the user "please wait" is that sometimes the user gets impatient and just thinks that the process failed. Most of the time the user will simply hit "Stop" then "Reload Page", then "Submit again"

Here is a very nice progress bar in DHTML:
http://www.slayeroffice.com/code/gradientProgressBar/

By the way this should be in the web design forum not the Java forum.


Ed

cosi
Junior Poster
153 posts since Aug 2004
Reputation Points: 17
Solved Threads: 1
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You