i am getting the error as "Can't move focus to the control because it is incisible, not enabled , or a type that does not accept the focus" ,when i am trying open the login page
plz help to give suggestions to solve this problem.
and my scipt is
function focusFunction()
{
document.getElementById('username').focus();
}