Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss
Groups keyboard shortcuts have been updated
Dismiss
See shortcuts

Javascript text box loses focus in Internet exporer.

0 views
Skip to first unread message

Jeff York

unread,
Jul 16, 2009, 10:41:01 AM7/16/09
to
Not sure if this is exactly the correct forum for hti; please let me know if
it is not
I have an .aso oage that loads a form. There is a javascript function that
is supposed to hol focus on a field. On a loda/refresh the focus is there,
but immediately is lost. the code is fairly straight forward:

<script Language=Javascript>
function doOnload()
{
document.Form1.GLAccountNumber.focus();
}
</script>


This used to work until very recently. I am not sure if there has been
updates to IE, it also works as intended on FireFox. Thanks!

0 new messages