<html><head><script type="text/javascript"> function setfocus(){ document.forms[0].txt.select() document.forms[0].txt.focus() }</script></head><body><form><input type="text" name="txt" size="30" value="Hello World!"> <input type="button" value="Select text" onclick="setfocus()"> </form></body></html>
Name (required)
email (will not be published) (required)
Website