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