how to NOT refresh web page when submitting form with js
Hello I would like to NOT refresh the page when the user press enter in a HTML form. Is this possible ?
WIth the submit button I don't have any problem, but when I press enter in any text field, the page refreshes...
thanks