473,386 Members | 1,630 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

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 5232
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***********@virgin.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=#Request.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.16FEA%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***********@virgin.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=#Request.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***********@virgin.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
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...
0
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
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...
7
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...
2
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...
5
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...
3
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...
0
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. ...
3
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...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
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,...

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.