1 2 3 4 5 6 7
<html> <body onload="this.focus();" onfocus="document.getElementById('foo').focus();" onblur="/*alert('hello');*/this.focus();"> <input type="text" id="foo"> </body> </html>