Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Auto Tab 1

Status
Not open for further replies.
Joined
Jun 17, 2004
Messages
73
Location
US
Can someone tell me how I can set focus to a button that is an image, during tabing.

I have a form field and you can tab through it normally the only thing is that in between one of the fields and another there is the image button. I need it to tab to that button also so the user can hit enter or tab to the next field.


Thanks in advance.
 
give the image a tabindex:
Code:
<img src='[URL unfurl="true"]http://server/image.gif'[/URL] tabindex=1>

-kaht

banghead.gif
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top