I have a form with a textbox and a button. IE is the only browser that will not submit the form when Enter is pressed (works in FF, Opera, Safari, Chrome, etc.). I found th
// Use the following Javascript in your HTML view
// put it somewhere between and
// Put this in your TextBox(es) aka inside
onkeydown="KeyDownHandler(ButtonID)"