Link to home
Start Free TrialLog in
Avatar of BhanuSVS
BhanuSVSFlag for India

asked on

How To go to next if i click TAB key?

Hi All,

In my application, some times if i click tab key it is not moving to next item, it is going to some other items in a same Page.

Please advise me how to overcome this problem.
Avatar of haloexpertsexchange
haloexpertsexchange
Flag of United States of America image

what you need to do is to change the tab index on the elements.

http://www.w3schools.com/jsref/prop_html_tabindex.asp
Avatar of BhanuSVS

ASKER

Hi Halo,

Thanks For u r advise,

But the application is having lot of items, 70/80 including tabs,buttons,text items, so it is some difficult to add for all the items in every page, can u plz suggest me any easy way to do this if possible.
ASKER CERTIFIED SOLUTION
Avatar of haloexpertsexchange
haloexpertsexchange
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of leakim971
Read this : http://reference.sitepoint.com/html/select/tabindex

By default, the natural tabbing order will match the source order in the markup.
thanks