Set focus to textbox after alert in Safari

Posted by Slava on Stack Overflow See other posts from Stack Overflow or by Slava
Published on 2010-05-26T13:07:02Z Indexed on 2010/05/26 13:11 UTC
Read the original article Hit count: 375

Filed under:
|

I'm trying to return focus to the textbox after showing message. Like the following code:

<input type="text" id="text1" />
<input type="submit" id="submit1" onclick="alert('test');document.getElementById('text1').focus();return false;" />

It's not working in Safari. I've got version 4.0.5 for Windows.

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about safari