I was under the impression that if a user is in an <input type="text"> field and hits "Enter", the form would be submitted.
I have a form with two submit buttons:
<input type="image" name="submit1" src="images/SearchNow.gif" value="Search...">
and
<input type="submit" name="submit" value="Search...">
When I hit "Enter" in a text field, the form simply redisplays blank.
Any thoughts about what I am doing wrong?
Thank you,
Mel