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!
*************************************************
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

tab stop 2
PowerPoint Powerpoint skips random slides 0
Tab key inside div 5
Run Javascript at GridView Edit 2
very subtle alignment question 4
scaling my chart 4
Access Skip address field if previous field is blank 2
css on the master page 2

Back
Top