![]() |
tab sequence
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_n o.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 |
Re: tab sequence
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_n o.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. -- Randy comp.lang.javascript FAQ - http://jibbering.com/faq & newsgroup weekly |
| All times are GMT. The time now is 09:18 PM. |
Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.