Hi guys,
I've got a @Form which submits async, and a @Submit. I've also got an
onclick js event handler which is causing me some grief, but only for IE:
When the submit button is clicked, in Firefox the js is called, and then
the form submits as per expected. however in IE the js is called but the
form does not submit.
If I remove the onclick attribute from the @Submit, the form is
submitted but the crucial js processing has not been executed. I've
tried using onmousedown instead of onclick and also onsubmit on the
@Form, none of which help.
It stinks of a dojo bug with ie to me.
Any tips guys?
thanks, p.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]