473,785 Members | 2,283 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

tabIndex Help Please???

Dear friends,

I am using tabIndex and it works with my IE 5.5, IE6.0, and the NN6
browsers.

However, it does not work for NN4. After reading online & seeing in my
JavScript Bible that it is NOT COMPATIBLE for NN4,,

I am wondering if there is anyone out there with any ideas ,,as to how I may
get the same tabbing sequence within NN4 without the use of tabIndex??

Any ideas would be greatly appreciated,

Thanks in advance,

Brad
Jul 20 '05 #1
3 5252
On 03.7.23 5:40 PM, Brad Isaacs wrote:
Dear friends,

I am using tabIndex and it works with my IE 5.5, IE6.0, and the NN6
browsers.

However, it does not work for NN4. After reading online & seeing in my
JavScript Bible that it is NOT COMPATIBLE for NN4,,

I am wondering if there is anyone out there with any ideas ,,as to how I may
get the same tabbing sequence within NN4 without the use of tabIndex??


Have you tried changing the order in which the form elements appear in the
HTML file?

Phil

--
Philip Ronan
ph***********@v irgin.net
(Please remove the "z"s if replying by email)
Jul 20 '05 #2
Dear Phil,

Can you please give me an example of what you mean?

I have my tabIndex ...set as the first element

<FORM tabIndex=#Reque st.tabIndex()#

This is works in IE 5.5, 6.0 NS 6..although not in NS 4...therein lies my
problem........ ......

Any ideas??

Brad Isaacs
"Philip Ronan" <ph***********@ virgin.net> wrote in message
news:BB449A2B.1 6FEA%ph******** ***@virgin.net. ..
On 03.7.23 5:40 PM, Brad Isaacs wrote:
Dear friends,

I am using tabIndex and it works with my IE 5.5, IE6.0, and the NN6
browsers.

However, it does not work for NN4. After reading online & seeing in my
JavScript Bible that it is NOT COMPATIBLE for NN4,,

I am wondering if there is anyone out there with any ideas ,,as to how I may get the same tabbing sequence within NN4 without the use of tabIndex??


Have you tried changing the order in which the form elements appear in the
HTML file?

Phil

--
Philip Ronan
ph***********@v irgin.net
(Please remove the "z"s if replying by email)

Jul 20 '05 #3
On 03.7.24 1:56 AM, Brad Isaacs wrote:
Dear Phil,

Can you please give me an example of what you mean?

I have my tabIndex ...set as the first element

<FORM tabIndex=#Reque st.tabIndex()#


You can't apply a tabindex to an entire form -- that isn't valid HTML.
The tabindex attribute is only supported by these elements: A, AREA, BUTTON,
INPUT, OBJECT, SELECT, and TEXTAREA.

If that still doesn't work, then my original suggestion was to arrange the
form elements in your HTML file in order of their tabbing index.

For example...

<table>
<tr>
<td><input (*Item 1*)><br><input (*Item 2*)></td>
<td><input (*Item 3*)><br><input (*Item 4*)></td>
</tr>
</table>

gives you a top-bottom left-right tabbing order, and

<table>
<tr>
<td><input (*Item 1*)></td><td><input (*Item 2*)></td>
</tr>
<tr>
<td><input (*Item 3*)></td><td><input (*Item 4*)></td>
</tr>
</table>

gives you a left-right top-bottom tabbing order.

But since you posted your HTML snippet I really have no idea what you're
trying to achieve here.

I hope this helps anyway

Phil

--
Philip Ronan
ph***********@v irgin.net
(Please remove the "z"s if replying by email)
Jul 20 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
20372
by: jerrygarciuh | last post by:
Hello, I have been playing with various Googled solutions for capturing the <Enter> key to suppress form submission. My first question is whether anyone has a script that works in all common browsers? The script bellow is IE only. It fails FF 1.0 and NN 7. Also, if I can trap the keypress I would like to use it to tab to the next tabindex.
0
1380
by: Wells Fargo | last post by:
<html dir=3D"ltr"> <head> <meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Dwindows= -1252"> <title>New Page 1</title> </head> <body>
2
15105
by: kai | last post by:
Hi, All I try to setup Tebindex in ASP.NET page like in Windows form, using Tabview, but cannot fnd it. In the properties windows in ASP.NET, change Tabindex does not change the tab order. How can setup the tab order in ASP.NET? Thanks Kai
7
15443
by: Juan Romero | last post by:
Hey guys, please HELP I am going nuts with the datagrid control. I cannot get the damn control to refresh. I am using soap to get information from a web service. I have an XML writer output the file to a folder, and then I read it back into the dataset using the dataset1.readxml. Up to this point, everything works wonderfully. The query executes, the dataset gets populated, and I get the results displayed in the datagrid.
2
1379
by: RBCC | last post by:
I have a form with a 2 textboxes and a listbox, The data is read in by a file called "memberphones" The listnbox lists names in this way (lastname,first name) sorted by the last name. the textboxes have the "lastname,first name" and the phone in the other one. Now I am stumpped about how to write the instrucution to modify a record of the arraylist. here is the whole code. Imports Microsoft.VisualBasic Imports System.IO Imports...
5
10098
by: michael sorens | last post by:
I have a form with a variety of controls (TextBox, CheckBox, and Button). I have assigned TabIndex values starting from 1 at the top, working my way down the form to 15 at the bottom. Each of these has TabStop set to true. When I run the application and repeatedly press the tab key, the on-screen focus order is very different than what I thought I specified. If it matters, here is the general layout of my form. As you'll observer, most of...
3
4963
by: Alex Maghen | last post by:
Hi I have three questions about the Tab Order that's rendered by default on an ASPX page: 1. On a page that's all ordered HTML (instead of absolute positioning), shouldn't the default be that tab order goes by it's order in the page itself? I'm having a strange situation where tab order is jumping down to the bottom of the page and then back up to a higher text box in my form. Could this have something to do with the fact that some of...
0
1328
by: Control Freq | last post by:
Dear all, Below is my first C# program. Please be gentle with me. I was asked to produce a simple Windows Forms program to save Key/Value pairs, along with the a couple of sorting choices. Although I have done many years of C++, my latest job entails plenty of C#, so I need to get upto speed quickly. I am sorry if any of this is Off Topic, or breaks any etiquette.
3
3927
by: nigelesquire | last post by:
Please help! I'm trying to clone and delete multiple rows with JavaScript. I need two delete buttons that work...! I only have one for now, but it's not working properly, the output count is messing up. Problems:
0
9643
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9480
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10147
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9946
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7494
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6737
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5379
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4044
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2877
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.