PDA

View Full Version : Taking the address bar out of the tab order


Darksbane
09-04-2002, 07:02 AM
Is there a way to do this?

Thanks
Drew

codewarrior
09-04-2002, 06:43 PM
So you want to make it disappear completely or just take it out?

Darksbane
09-04-2002, 11:11 PM
I just want to make the user unable to tab to the address bar.

joh6nn
09-04-2002, 11:49 PM
to the best of my knowledge, that's not possible.

The Wizzard
09-04-2002, 11:51 PM
Maybe he has a popup window, and he doesnt want the address bar...?

Darksbane
09-05-2002, 01:13 AM
No I just don't want the user to be able to hit 'tab' until it tabs to the address bar. Basically I just want the user to cycle through two form fields on my page if he hits tab, as it is now when tab is pressed it goes through the two form elements to the address bar and then back to the form elements. I know you can set stuff in the page out of the tab order by puting it at -1 and was wondering if there was a way to do this to the address bar.