Je moet ingelogd zijn om te stemmen.
function focusElement(id) { document.getElementById(id).focus(); }
function focusElement(id) { document.getElementById(id).focus();}
<body onload="focusElement('input');"> <input type="text" id="input" /> </body>
<body onload="focusElement('input');"><input type="text" id="input" /></body>