Possible Duplicate:
Prevent tabstop on A element (anchor link) in HTML
see this link first sample layout
does anyone know to prevent visiting/focus on link when I press TAB key and automatically go to the next input?
Possible Duplicate:
Prevent tabstop on A element (anchor link) in HTML
see this link first sample layout
does anyone know to prevent visiting/focus on link when I press TAB key and automatically go to the next input?
You need to set a custom tabindex
for the elements to skip the link.