Wenn du ein Formular hast, das keinen eigenen Submit-Button hat, wird das Formular automatisch abgeschickt, sobald du die ENTER-Taste drückst.
Beispiel:
<form method="post" action="formular.php" id="formular" name="formular">
<p><input type="text" id="eingabe" name="eingabe" /></p>
</form>...