how to create a pop up "now processing" window?

D

David

I would like to pop up a small window that tells the user
to "please wait" while the server completes a long task
(eg. completes an order) and then once the server is done,
close the pop-up and redirect to a results page.

I understand that it's a combination of server-side
redirects and java, but I can't quite understand the order
of events needed.

Any help on how do to this would be appreciated!

Thanks in advance!
David
 
C

Christian H

I've seen it done this way:

By using javascript and layers, you can have a layer either in your popup
window, or in the actual page that contains the data you want to show as
soon as the server is finished processing. The layer should contain a text
like:
"Pleas wait.....". Then at the very end of your page that holds all the
data, you could have a javascript function that hides the layer.

C.H
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,066
Latest member
VytoKetoReviews

Latest Threads

Top