onload = generically focus on first control

F

Fred

Hi. Can I make the first control (textfield or text area) get focus via
onload, without referring to the object's name of id? Thanks.
 
K

Kiran Makam

You can do this using the form object's elements collection:

window.onload = function(){
document.yourFormName.elements[0].focus();
}
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,015
Latest member
AmbrosePal

Latest Threads

Top