boatdrinks
IS-IT--Management
I have this in the body tag of my asp.net page
onLoad="javascript:document.form1.insertfirstname.focus()"
When the page loads I get the error
document.form1.insertfirstname is null or not an object
What can I do about this?
onLoad="javascript:document.form1.insertfirstname.focus()"
When the page loads I get the error
document.form1.insertfirstname is null or not an object
What can I do about this?