Re: html post vs javascript onclick

2005-10-15 Thread Martin Gainty
s Pat" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Saturday, October 15, 2005 12:05 AM Subject: html post vs javascript onclick Hello If I have an "strut-i-fied" html form that also has JavaScript event handlers, and onclick function calls, can I

html post vs javascript onclick

2005-10-14 Thread Chris Pat
Hello If I have an "strut-i-fied" html form that also has JavaScript event handlers, and onclick function calls, can I be guaranteed that the js will fully execute first before the html post in both NS & IE? It has to right? It would be preposterous otherwise. Just paranoid about all the adhoc c