• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

How to check the LAST TAB?

 
Ranch Hand
Posts: 59
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi!
I have several input text and every input text has its tabindex property!
When I open the page, if I push the tab, cursor sets itself on the first input text having the property tabindex=1.
It's correct.
The the cursor moves itself on the other field.
BUT when I reach the last tab the cursor moves itself up to the document and not on the first tab with tabindex=1.
It's correct because tab works in this way but then:
HOW can I obtain the cursor setted on the first tab???

Thanks a lot

Giu
 
author
Posts: 15385
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Not understanding your last sentence..aka the real question?

You want to force it to go to the first element?

Eric
 
Giulietta Blumarine
Ranch Hand
Posts: 59
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sorry for late.
Yes, the first element, which has tabindex=1!

Thank you
 
reply
    Bookmark Topic Watch Topic
  • New Topic