Input-Feld: Bei drücken von Enter Aufruf einer Funktion
Rudolf
- javascript
Hallo,
ist es möglich, dass, wenn ich in einem Input (type=text) Feld Enter drücke, dass ein Script ausgeführt wird und nicht das Formular abgeschickt wird?
wär toll, wenn das ginge!
Hallo,
ist es möglich, dass, wenn ich in einem Input (type=text) Feld Enter drücke, dass ein Script ausgeführt wird und nicht das Formular abgeschickt wird?
wär toll, wenn das ginge!
zb in etwa so:
<input type=text onClick='location.href=xyz.htm'>
oder funktionsaufruf:
<input type=text onClick='doIt("argument-x")'>
MfG Robert