
Submit nur mit Enter
Nach einbau deses Scriptes ist das bestätigen des Submit-buttons nur noch mit Enter (return) möglich.
|
|
<html>
<head>
</head>
<body>
<form onsubmit="return event.type=='click';">
<input type="text">
<input type="submit"
onclick="this.form.submit(event)">
</form>
</body>
</html>
|
T: 34979 G: 7 H: 10 T: +4 O: 5
|
|