//msg is the string to show in the alert.
//obj is the input to focus
function msgFocus(msg, obj){
...
JavaScript Setting focus after alert
I don't know why, after an ...
//msg is the string to show in the alert.
//obj is the input to focus
function msgFocus(msg, obj){
...
I don't know why, after an ...
I disable the events becaus...