[Javascript] Re: <select> focussieren

Michael Borchers borchers at tridem.de
Tue Feb 8 06:32:25 CST 2005


oh, sorry for that!

i would like to focus a <select><option ... > field when 
loading a form, so I can browse the options with the mouse wheel f.e.,
but without using a onLoad() in the <body> tag, is that possible?

document.formname.selectname.options.focus();

did not work
neither

document.formname.selectname.options[document.formname.selectname.selectedIndex].value.focus();


 
> >  -----Ursprüngliche Nachricht-----
> > Von: 	Michael Borchers  
> > Gesendet:	Dienstag, 8. Februar 2005 13:23
> > An:	Javascript (E-Mail)
> > Betreff:	<select> focussieren
> > 
> > undzwar direkt beim aufruf des formulares ohne <body> tag, 
> geht das?



More information about the Javascript mailing list