Internet Explorer IE submit when you press enter key | submit on enter
For some reason IE will not submit a form when you are missing a submit button or when you have a submit button with a display of hidden or the button inline css on it.
Here is the fix for that:
<input style=”border:0; width:0; height:0″ type=”text” size=”0″ maxlength=”0″ />
Add this before input=”submit” , and Enter key works in MSIE.
There is a ton of java out there and even jquery has a fix for this but the code above will work. I hope this helps.



