SyntaxFix
Write A Post
Hire A Developer
Questions
From http://www.codeave.com/javascript/code.asp?u_log=7004:
var input = document.getElementById('myTextInput');_x000D_ input.focus();_x000D_ input.select();
<input id="myTextInput" value="Hello world!" />