1
2
3
4
//msg is the string to show in the alert.
//obj is the input to focus
function msgFocus(msg, obj){
...

JavaScript Setting focus after alert

by danielks, August 18, 2008 16:53, 4 refactorings, tagged with focus firefox

I don't know why, after an ...

Avatar Talk