IE Tab Index Problem<[email protected]>

T

Ted Atogwe

PROBLEM REASON: I think the IE GUI automatically has its own controls set with their tabindex=o

SOLUTION: Have all your tab indexes set higher than zero (0). E.g FirstItem tabindex=1, SecondItem tabindex=2, ...

Then on page load do this: FirstItem.focus()

EXPLANATION: Setting focus to start with a control item with tabindex number higher than the values of IE GUI controls ignors such stops at url bars etc.

I hope this helps.

~Ted Atogwe

http://www.survivenigeria.com


EggHeadCafe - .NET Developer Portal of Choice
http://www.eggheadcafe.com
 

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

Top