StÃphane Zuckerman wrote:
> 
> 2Â) When I select "foo", then some javascript reloads the page (it does
> a post) with the "foo" argument, and the rest of the JSP is loaded. This
> is the way I'd like to take, since some informations mustn't be in the
> clear uselessly.
> 
> My problem is that I don't really know where to start and how to do such
> a thing (do I use the same action through different stages ? Or do I put
> a lot of little actions that lead to a single big one ?)

I would highly recommend using XmlHttpRequest (aka ajax), which is much
more user-friendly, much quicker to use and more flexible than reloading
the page each time the user clicks on something.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to