Hi,
I have validate a text field with onchange event which throw error message, if
not satisfied the condition and set the mouse cursor on the same field using
document.focus( ).
It is working fine in IE, but when used in Firefox, the mouse cursor is moving to the next text field.
Please let me know the possible solution for the above problem.
Regards and Thanks
Sourav
I have validate a text field with onchange event which throw error message, if
not satisfied the condition and set the mouse cursor on the same field using
document.focus( ).
It is working fine in IE, but when used in Firefox, the mouse cursor is moving to the next text field.
Please let me know the possible solution for the above problem.
Regards and Thanks
Sourav
Comment