I\'m having some problems with the enter key triggering a refresh of the page whenever there is input in a form.
The following code does not refresh the page if enter is
you can either add following script at the end of body
or you can just put your form tag like this
either way you will then have to write an onClick="SOMEFUNCTION()" to the input
also there is an error with an extra /button tag...remove that and instead use
note the ending slash