Click to See Complete Forum and Search --> : Exclude a form field from being tabbed to?


askfritz
03-27-2008, 05:50 PM
Is there a way to exclude a form field from being tabbed to with your keyboard? If I have 5 fields, I'd like to tab to all fields but skip field number 4. So field 3 would tab directly to field 5.

CoderGuru
03-27-2008, 05:53 PM
not sure if this will work but did you try putting an onmousedown event for field 3 that checks if its the tab key and if so sets focus on 5?

ray326
03-28-2008, 01:08 PM
Use an onfocus handler.