1 2 3 4 5
<html> <body onload="document.getElementById('i').select();"> <input id="i" value="text"> </body> </html>