LyndonOHRC
Programmer
Does anyone have a suggestion why the script version work and the body onload method doesn't?
Thanks
Lyndon
Thanks
Lyndon
Code:
<!--- This works --->
<script>
document.LicenseNameString.NameString.focus();
</script>
<!--- This doesn't work --->
<body onload="document.LicenseNameString.NameString.focus()">