RE: submit form question

2004-05-14 Thread Yves Sy
-Yves- > -Original Message- > From: Andrew Hill [mailto:[EMAIL PROTECTED] > Sent: Friday, May 14, 2004 2:03 PM > To: Struts Users Mailing List > Subject: RE: submit form question > > Yes, its a difficult one this. > > (Afaik) Your only hope is onBeforeUnload(), but

RE: submit form question

2004-05-13 Thread Andrew Hill
Yes, its a difficult one this. (Afaik) Your only hope is onBeforeUnload(), but in most browsers I have tried, getting the browser to submit the form at this point in time simply didnt work properly for me (ie: it didnt submit!). Does submit() work for you from inside a beforeUnload handler? If so