On Tue, May 24, 2005 12:18 pm, Marc Demlenne said:
> The only reason i want to avoid using explicite function call is to be
> more general and lcear and complete. My page contains more links than
> just a submit, and a general solution would be clearer...
Understood. You could always modify the t
Ok thanks a lot. I have implemented my wait box nearly like this, in fact.
> Just before I submit any form, I call showPleaseWait(), which is a
> Javascript function in pleaseWait.inc, and it is basically just:
In fact the only thing I'd like to avoid is the necessity to call this
function each t
The way I have done this is I have the following on all my pages:
<%@ include file="/inc/pleaseWait.inc" %>
pleaseWait.inc is the HTML for my Please Wait display. For me, it's a
little clock with spinning hands and a message artistically offset saying
"Please wait, the system is busy processin
Hi all,
Using Struts, I'm looking for a good practice to have a "Please wait
box" displayed to the user when the action he has requested takes a
long time.
My requirements are not to display another page to keep the browsing
"smooth". I use a JSP tree which can be expanded/collapsed, but the
pag
4 matches
Mail list logo