oEvent has no properties
I was trying to use the onsubmit example in Firefox 2 and it doesn't capture the event and preventDefault. It works in Safari, but for some reason it isn't working in Firefox for me. I get this error message in Firebug:
oEvent has no properties
handleSubmit()onsubmitexample.h... (line 9)
onsubmit(submit )onsubmitexample.h... (line 1)
[Break on this error] oEvent.preventDefault();
|