====== Fixing single text input submit bug on IE7 ====== Apparently, IE7 fails to submit the form with the default button if the form only contains one text input box. Here is the fix for that. Just create a text input in a hidden div on the page. This will circumvent the IE bug. Example div:
Also see: http://stackoverflow.com/questions/270494/enter-button-does-not-submit-form-ie-only-asp-net {{tag>bugfix ie7 html}} ~~LINKBACK~~