| Posted by Stefan Mueller on 02/23/06 12:21 
> Why do the images ever need to get focus? What can the user do with a> focussed image?
 
 I need a focused image e.g. to color a ckeckbox. Here is an example
 http://nrkn.com/customCheck/
 
 
 > Or if you know the number of images preceeding the random rows then
 > document.images[n].focus() where n is the number of preceeding images.
 
 Cool, with
 document.images[0].focus()
 I can set the focus to the first image. Is there also a similar command to
 set the focus to the first input box?
 
 Stefan
 [Back to original message] |