On Tue, Jul 7, 2009 at 07:03, anthony <[email protected]> wrote:

>
> I am sure this is a commonly asked question or can be found in many
> tutorials, but I just can;t see to figure out what to search for.
>
> I am looking for something were when I hit submit, the page does not
> go anywhere but something pops up or appears and say the page is
> processing, not allowing the user to do anything. Can someone point me
> in to the right direction?


If you are looking to provide an progress that displays the actual progress
of the request you will need to part of it on your server side and determin
some method of getting the progress information back to the user.

However most sits don't worry about displaying the actual progress, but just
some indicator that something is happening.
The normal method of doing this is with an animated gif image (I use ones
generated online [1]). As for stoping the user from doing anything while the
request is processing, the easiest way is to create a div which you
position: fixed, fills the windows and has a z-index that will position it
above all of the other elements.

Nich

[1] http://www.ajaxload.info/

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to