Hi, I have a page where the elements of the cart are shown... and there I have a small form with an <input type="text"> where the user is required to insert a code, like 04984dg4. Now the problem is, that the form works FINE if I click the submit button. If I press enter, it's like there was nothin written in the <input type="text"> at all.
I've tried with Mozilla, and pressing enter is fine there, everything works, but in IE it just won't work. Oh and the action of the <form> is the same as the file with <input type="text"> and submit button.
What can I do to make pressing enter effiecent in IE?!