Einzelnen Beitrag anzeigen
Alt 01.09.2005, 18:00   #2
jak
Inventar
 
Registriert seit: 13.06.2001
Beiträge: 1.830


Standard

Ich würde es anders machen:
<form etc.>
etc.
<input type="button" onClick="chkFormular ()">
</form>

und in chkFormular() dann die .submit() Methode des Formulars aufrufen.

Du könntest es auch mit:
<form name="Eingabe" action="LinieEintragen.jsp" onSubmit="chkFormular()">
probieren (kein return).

jak
____________________________________
Join the DNRC | Godwin\'s Law (thx@stona)
Documentation is like sex: If it\'s good, it\'s very, very good. If it\'s bad, it\'s better than nothing.
\"In theory, theory and practice are the same. In practice, they are not\" (Lawrence Berra)
jak ist offline   Mit Zitat antworten