Tabbing through Form fields

J

jamescoats

Hello All!

I've made a form and want to be able to tab through the fields in order. I, for some reason can't do this. I feel like an idiot, but have never had this issue before. Any pointers to check in the html?

Thanks!

James
 
M

MD WebsUnlimited.com

Hi James,

Do the fields have the tabindex attribute set tabindex="2"

To accomplish, double click the field, enter a value for the tab index,
click OK
--
Mike -- FrontPage MVP '97-'02
http://www.websunlimited.com
Need to protect your web pages Page Protector Pro
http://www.websunlimited.com/order/Product/PagePro/pagepro.htm
FrontPage Add-ins Since '97 2003 / 2002 / 2000 Compatible



jamescoats said:
Hello All!

I've made a form and want to be able to tab through the fields in order.
I, for some reason can't do this. I feel like an idiot, but have never had
this issue before. Any pointers to check in the html?
 
S

Sparky Polastri

jamescoats said:
Hello All!

I've made a form and want to be able to tab through the fields in order.
I, for some reason can't do this. I feel like an idiot, but have never had
this issue before. Any pointers to check in the html?
Thanks!

James

In the form field properties, use the "tab order" field. Just start with
"1" and increase by 1 for every field. Focus will follow the increasing
numbers.
 
Top