Chester Copperpott: Javascript Fehlermeldungen

Beitrag lesen

ich hab das jetzt so:

<form name="Formular" method="post" action="http://de.selfhtml.org/cgi-bin/formview.pl" enctype="text/plain">
<div class="formular">
<h1>Feedback</h1>
<p><label for="name">Name*</label><input name="name" size="34" type="text" onmouseover="showWMTT('1')" onmouseout=
"hideWMTT()"></p>
<p><label for="mail">E-Mail*</label><input name="mail" size="34" onblur="checkmail(this.value)" type="text" onmouseover=
"showWMTT('1')" onmouseout="hideWMTT()"></p>
<input type="button" onclick="return checkall()" value="Senden"> <input type="reset" value="Reset"></div>
</form>

jetzt weiß ich nicht wo und wie ich einbaue, dass gesendet wird...

und eine Fehlermeldung kommt trotzdem nicht...