What's the best way to achieve this in opa? function init() { document.getElementsByTagName('input')[0].focus(); } window.onload = init; (it can also be done with <body onload="...">)