The submit event fires when the user submits a form. The reset event fires when the user resets a form.
| Event | IE 5.5 | IE 6 | IE 7 | IE8rc1 as IE7 | IE8rc1 as IE8 | FF 2.0 | FF 3.0 | FF 3.1b2 | Saf 3.0 Win | Saf 3.1 Win | iPhone 3G | Chrome 1.0 | Opera 9.62 | Opera 10a | Konqueror 3.5.7 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
On the window
|
No | Yes | Yes | Yes | Minimal | No | |||||||||
|
Are these events available on the window?
|
|||||||||||||||
|
On the document
|
No | Yes | Yes | Yes | Yes | Yes | |||||||||
|
Are these events available on the document? |
|||||||||||||||
|
On a form
|
Yes | Yes | Yes | Yes | Yes | Yes | |||||||||
|
Are these events available on a form? |
|||||||||||||||
|
Event bubbling
The events should bubble. |
Untest |
Yes | Yes | Yes | Almost | Yes | |||||||||
|
|||||||||||||||
|
Prevent default
|
yes | yes | yes | Yes | yes | Yes | |||||||||
| Event | IE 5.5 | IE 6 | IE 7 | IE8rc1 as IE7 | IE8rc1 as IE8 | FF 2.0 | FF 3.0 | FF 3.1b2 | Saf 3.0 Win | Saf 3.1 Win | iPhone 3G | Chrome 1.0 | Opera 9.62 | Opera 10a | Konqueror 3.5.7 |