搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Can someone help me with form onsubmit issues in FF5?

  • 1 个回答
  • 4 人有此问题
  • 6 次查看
  • 最后回复者为 mtbab74

more options

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)

more options
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.