hi, ... peinliche frage..
warum wird das formular im Internet Explorer nicht bei betätigen der Enter taste abgeschickt ?!?!
Danke für die antwort
warum wird das formular im Internet Explorer nicht bei betätigen der Enter taste abgeschickt ?!?!
PHP Code:
<form action="profilsuche.php" method="post" name="suche">
<table>
<tr>
<th class="thtitle">
Suchbegriff eingeben: <input type="text" name="suchfeld" value="{$eingabe}"/>
<input type="submit" class="button" name="suchen" value="Suchen">
</th>
</tr>
</table>
</form>

Comment