J
JCO
I have a text box, on my form that I cant get the focus on. I'm using it as
shown:
<head>
<body onload=document.getPassword.txtPasswordName.focus()>
</head>
Where
getPassword is the form &
txtPasswordName is the text box
Why is this? Anyone know a better way of doing this?
shown:
<head>
<body onload=document.getPassword.txtPasswordName.focus()>
</head>
Where
getPassword is the form &
txtPasswordName is the text box
Why is this? Anyone know a better way of doing this?