I've been given the fun job of transforming an Access app I wrote into a web page for a company, and I'm tired of trial-and-erroring every single web page detail, so I'm going to try asking here:
Why do some input textboxes, when you hit the "Enter" key, cause the form to submit, while others seem to just ignore that the enter key was ever pressed?
The ideal goal is to NEVER submit a form until a button is clicked. Maybe I should be asking, what is needed to do so that a form is not submitted when the enter key is pressed?
I don't think it's a formatting mistake on my part, but I don't know...
I'm concerned only with IE right now.
Why do some input textboxes, when you hit the "Enter" key, cause the form to submit, while others seem to just ignore that the enter key was ever pressed?
The ideal goal is to NEVER submit a form until a button is clicked. Maybe I should be asking, what is needed to do so that a form is not submitted when the enter key is pressed?
I don't think it's a formatting mistake on my part, but I don't know...
I'm concerned only with IE right now.