tab sequence

T

tony wong

the tab sequence in upper frame is in order.
1. textbox 1
2. textbox 2

however, once i add refresh lower frame function in onload

function refreshlowerframe()
{window.parent.mainFrame.location.reload();}

<body onload="refreshlowerframe();document.form1.phone_no.focus();">

then the sequence now is

1. textbox 1
2. IE URL path
3. textbox 1
4. textbox 2

even i add tabindex, it still not go back to previous order.

how can i not let the cursor go up to the IE URL path? Thanks a lot.

Tony
 
R

Randy Webb

tony wong said the following on 9/27/2005 11:15 PM:
the tab sequence in upper frame is in order.
1. textbox 1
2. textbox 2

however, once i add refresh lower frame function in onload

function refreshlowerframe()
{window.parent.mainFrame.location.reload();}

<body onload="refreshlowerframe();document.form1.phone_no.focus();">

then the sequence now is

1. textbox 1
2. IE URL path
3. textbox 1
4. textbox 2

even i add tabindex, it still not go back to previous order.

how can i not let the cursor go up to the IE URL path? Thanks a lot.

You can't. The IE URL path is part of the tab sequence and, short of
removing it, you can cannot remove it from that sequence.
 

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

Members online

No members online now.

Forum statistics

Threads
473,754
Messages
2,569,527
Members
45,000
Latest member
MurrayKeync

Latest Threads

Top