The only other thought I have would be to put some code in the onFocus
event.  But if the -1 option works it would be much cleaner.

______________________________________________________ 

Bill Grover     
Supervisor MIS                  Phone:  301.424.3300 x3324      
EU Services, Inc.               FAX:    301.424.3696    
649 North Horners Lane          E-Mail: [EMAIL PROTECTED]
Rockville, MD 20850-1299        WWW:    http://www.euservices.com
______________________________________________________ 



> -----Original Message-----
> From: Shawn Grover [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, June 20, 2002 7:07 PM
> To: CF-Talk
> Subject: RE: OT: Using JS to skip a Tab index?
> 
> 
> Problem with this is that the field will eventually get focus 
> when tabbing.
> We can't allow focus to the element at all when tabbing.
> 
> Ksuh's suggestion to try a -1 for the tabindex might do the 
> trick.  I'll try
> it out.
> 
> Shawn Grover
> 
> -----Original Message-----
> From: S. Isaac Dealey [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, June 20, 2002 4:48 PM
> To: CF-Talk
> Subject: Re: OT: Using JS to skip a Tab index?
> 
> 
> I believe the tabindex attribute is HTML standard for most 
> form elements, so
> rather than a complicated javascript, you should be able to 
> simply tell the
> form which elements are at what points in the tab order, i.e.
> 
> <input type="text" name="..." tabindex="1">
> <input type="text" name="...">
> <select name="..." tabindex="2">
> 
> hope this helps
> 
> Isaac
> 
> www.turnkey.to
> 954-776-0046
> 
> 
> 
______________________________________________________________________
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to