NewbiDoobie
Technical User
I have read and read and still have no clue why this does not work:
<body onLoad="MM_preloadImages('Corp/img/try.gif','Corp/img/advantage02.gif','Corp/img/samples02.gif','Corp/img/sales_team02.gif','Corp/img/subscribe02.gif','Corp/img/referral02.gif','Corp/img/privacy02.gif','Corp/img/contact_us02.gif','Corp/img/system02.gif','Corp/img/posts02.gif','Corp/img/testimonials02.gif','Corp/img/hotline02.gif')" "defaultForm.txtUserName.focus()" >
<form name="defaultForm" action="login.asp?uUrl=<%=uUrl%>" method="Post" onSubmit="return(validateForm());">
I need to setfocus on the txtUserName, however it never does.
The only code I can find says: <body onLoad="defaultForm.txtUserName.focus()"
So I am not sure why this is having an issue?
<body onLoad="MM_preloadImages('Corp/img/try.gif','Corp/img/advantage02.gif','Corp/img/samples02.gif','Corp/img/sales_team02.gif','Corp/img/subscribe02.gif','Corp/img/referral02.gif','Corp/img/privacy02.gif','Corp/img/contact_us02.gif','Corp/img/system02.gif','Corp/img/posts02.gif','Corp/img/testimonials02.gif','Corp/img/hotline02.gif')" "defaultForm.txtUserName.focus()" >
<form name="defaultForm" action="login.asp?uUrl=<%=uUrl%>" method="Post" onSubmit="return(validateForm());">
I need to setfocus on the txtUserName, however it never does.
The only code I can find says: <body onLoad="defaultForm.txtUserName.focus()"
So I am not sure why this is having an issue?