When this onchange event in IE returns false, IE focus stays on that input box. In Firefox the focus always moves to the next field regardless.
HTML:
i
setTimeout('document.getElementById("seminar_donation").focus()',1);