medium: onSubmit = "Javascript:history.back()" funktioniert nicht ! ???

Beitrag lesen

Hallo,

foldendes Problem.

Unter MSIE 5.0 funktioniert:

<form onSubmit = "Javascript:history.back()">
  <input type = image src = "bild.gif">
</form>

einwandfrei.

Aber unter MSIE 5.5 und Netscape 4.5 fuktioniert das nicht!
Es geht nur wenn <input type = button...  ist!

Warum? Mache ich was falsch?

MfG medium