|
Posted by Adrienne Boswell on 01/10/07 04:14
Gazing into my crystal ball I observed ScottRoot2@gmail.com writing in
news:1168294706.058226.245690@11g2000cwr.googlegroups.com:
> In a nutshell... I have this old .asp page with a ton of form elements
> (and I mean a ton...don't look at me I didn't make the page).
But as a developer you should have something to say about it.
>
> This creates a huge headache. My job is to make the tabindex of the
> elements order properly.
That can be problamatic in some cases. The best thing to do is to put
the form elements in their logical order, thereby removing the need for
tabindex.
> Instead of going through manually and trying
> to adjust 300+ tabindexes
You need to break the form up. No one is going to want to tab through
300 form elements. It's just too daunting.
> I just made a script which worked fine in FF:
>
Be aware that a) not everyone uses FF, b) not everyone has javascript
enabled.
--
Adrienne Boswell at Home
Arbpen Web Site Design Services
http://www.cavalcade-of-coding.info
Please respond to the group so others can share
Navigation:
[Reply to this message]
|