I have an index.html which has JavaScript:
byId("p").value = page;
byId("nav_container").focus();
document.forms["nav_form_main"].submit();
The focus part doesn't work here.
I want the browser to focus on a specific part of the page (almost at top).
I have tried putting the focus after the submit(), same issue there.