Badboy: there is no attribute "onSubmit"

there is no attribute "onSubmit"

...st" name="form2" id="form2" onSubmit="return hm()">
                                        ^

ich hab mein Dokument durch den Validator gejagt
der bemeckert im Formtag mein onSubmit

was ist daran falsch?
<form action="<?php echo $REQUEST_URI_form ?>" method="post" name="form2" id="form2" onSubmit="return hm()">

  1. Hallo!

    there is no attribute "onSubmit"

    welchen DOC-Type verwendest du? Versuch einmal "onsubmit".

    mfg Alfie

    1. Hi Alfie,

      there is no attribute "onSubmit"

      welchen DOC-Type verwendest du? Versuch einmal "onsubmit".

      Richtige Antwort :-) Weitere Info hier:

      http://www.w3.org/TR/xhtml1/diffs.html#h-4.2

      Grüße,
       Roland