skip address bar

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hey all,
is there any way to skip the address bar when a user hits the Tab key?

thanks,
rodchar
 
This is changing the default way the browser works, so it is not a wise
idea. If it can be done, which is probably a yes, it would be through
JavaScript on the client side.Possibly resetting the focus to the first
control when someone tabs into the browser bits? Setting focus is easy; the
hard part is figuring out when focus is in the browser's space and not on
the page.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
http://gregorybeamer.spaces.live.com

*************************************************
Think outside of the box!
*************************************************
 
thank you.

Cowboy (Gregory A. Beamer) said:
This is changing the default way the browser works, so it is not a wise
idea. If it can be done, which is probably a yes, it would be through
JavaScript on the client side.Possibly resetting the focus to the first
control when someone tabs into the browser bits? Setting focus is easy; the
hard part is figuring out when focus is in the browser's space and not on
the page.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
http://gregorybeamer.spaces.live.com

*************************************************
Think outside of the box!
*************************************************
 
Back
Top