You give each field a numeric tabindex, then the browser will work thru
them from smallest to biggest. 

<input name="zXCVxcv" type="text" tabindex="3">
<input name="SFbgzdfb" type="text" tabindex="4">
<input name="xdfbxzbvx" type="text" tabindex="5">...

> -----Original Message-----
> From: Seth Petry-Johnson [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, 30 May 2002 2:11 p.m.
> To: CF-Talk
> Subject: Re: Tab order
> 
> 
> > Anyone know of any good references on setting tab order 
> within some of
> > my complex forms???  I'm sure it's a javascript tutorial I 
> need but I
> > can't find one anywhere.
> 
> I know a bunch of people have mentioned the tabIndex 
> property, but I didn't
> see anyone explain exactly how it can be used.  I dug this up 
> from my list
> of reference bookmarks:
> 
> http://www.siteexperts.com/tips/html/ts19/page1.asp
> 
> Regards,
> Seth Petry-Johnson
> Argo Enterprise and Associates
> 
> 
______________________________________________________________________
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to