Can someone help me with form onsubmit issues in FF5?
I have a web page whose submit button now only runs the onclick event in FF5. the onsubmit portion of the form no longer fires. It works just fine in IE8 and FF3.6.18. Does anyone have any ideas how to fix this? Should I send a copy of the webpage source across?
I have a web page whose submit button now only runs the onclick event in FF5. the onsubmit portion of the form no longer fires. It works just fine in IE8 and FF3.6.18. Does anyone have any ideas how to fix this? Should I send a copy of the webpage source across?
所有回覆 (1)
I figured this one out. I had a
tag that was not properly closed with a
. This must be a new good thing with HTML 5.