I've created a simple form:
I don't use the submit button in order to use a js function, that works on the current page.PHP Code:<form>
<input type="text" id="teken" name="teken" value="" />
<br /><br />
<input type="button" value="send" onclick="check()" />
</form>
However, it's pretty annoying, after I write in the input text, and I press ENTER (on the keyboard) it doesn't send me the form..
What can I do?



Reply With Quote

Bookmarks