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 time you send your form to activate your wait box. I wish i could use smthg like <body onload="hidePleaseWait()" onunload="showPleaseWait()"> to do this for me, but this result of a wait box only displayed during the short time needed by the new page display, not the time used by the struts action class, which is always the most important ... 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... Nevertheless, your solution is applicable and helpfull. Thanks ! -- Marc Demlenne GPG : 768FA483 (http://pgp.mit.edu) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]