Submit on enter
by haba713
HTML
<form action=".">
one: <input type="text" name="one" /><br/>
two: <input type="text" name="two" /><br/>
three: <input type="text" name="three" />
<input type="submit" />
</form>
by haba713
<form action=".">
one: <input type="text" name="one" /><br/>
two: <input type="text" name="two" /><br/>
three: <input type="text" name="three" />
<input type="submit" />
</form>