CF Tab Order???

2004-10-01 Thread Donna French
Okay, I am probably wanting too much - but is there a way to set the tab order on a CF page like in VB.NET? I have a form with lots of text fields and need to set the order. TIA! -- Donna French [EMAIL PROTECTED] [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User

RE: CF Tab Order???

2004-10-01 Thread Burns, John D
That's actually html not vb or cf. I think the property on the input tag is taborder or something like that. John -Original Message- From: Donna French [mailto:[EMAIL PROTECTED] Sent: Friday, October 01, 2004 1:58 PM To: CF-Talk Subject: CF Tab Order??? Okay, I am probably wanting too

RE: CF Tab Order???

2004-10-01 Thread Tangorre, Michael
From: Donna French [mailto:[EMAIL PROTECTED] Okay, I am probably wanting too much - but is there a way to set the tab order on a CF page like in VB.NET? I have a form with lots of text fields and need to set the order. textarea tabindex=1 name=fe1/textarea textarea tabindex=2 name=fe2

RE: CF Tab Order???

2004-10-01 Thread Burns, John D
Sorry, spoke too soon.It's tabindex John -Original Message- From: Donna French [mailto:[EMAIL PROTECTED] Sent: Friday, October 01, 2004 1:58 PM To: CF-Talk Subject: CF Tab Order??? Okay, I am probably wanting too much - but is there a way to set the tab order on a CF page like

Re: CF Tab Order???

2004-10-01 Thread Ray Champagne
Use tabindex=1 (2, 3,4, etc) in your form fields.That should work Ray At 01:58 PM 10/1/2004, you wrote: Okay, I am probably wanting too much - but is there a way to set the tab order on a CF page like in VB.NET? I have a form with lots of text fields and need to set the order. TIA! -- Donna

Re: CF Tab Order???

2004-10-01 Thread Jordan Michaels
Tab order doesn't really have anything to do with what server side scripting language you're using. It's set using regular old HTML. EG: input type=text name=TF1 tabindex=1 input type=text name=TF2 tabindex=2 etc etc etc HTH, -- Warm regards, Jordan Michaels Vivio Technologies http

Re: CF Tab Order???

2004-10-01 Thread Donna French
cool - didn't know if such animal was possible in HTML or not you guys/gals are the bomb! ~ Donna - Original Message - From: Tangorre, Michael [EMAIL PROTECTED] Date: Fri, 1 Oct 2004 14:06:28 -0400 Subject: RE: CF Tab Order??? To: CF-Talk [EMAIL PROTECTED] From: Donna French [mailto

Re: CF Tab Order???

2004-10-01 Thread Bryan Stevenson
Some tabindex advice... use 10,20,30,40,etc. You WILL re-arrange your form and if there is 10 between each you can move 'em around without re-ordering EVERYTHING ;-) Cheers...and happy tabindexing Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc.

Re: CF Tab Order???

2004-10-01 Thread Donna French
good suggestion - and one i'm sure i'll thank you many times for in the future! ;-) donna - Original Message - From: Bryan Stevenson [EMAIL PROTECTED] Date: Fri, 1 Oct 2004 11:10:49 -0700 Subject: Re: CF Tab Order??? To: CF-Talk [EMAIL PROTECTED] Some tabindex advice... use

Tab order

2002-05-29 Thread Kris Pilles
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. Thanks... I'd also love a PHP to Coldfusion tag conversion chart. Thanks KP

Re: Tab order

2002-05-29 Thread Joe Bastian
You can use simple html Tabindex but it doesnt always work with netscape. input type=text name=mfield value= tabindex=1 Joe - Original Message - From: Kris Pilles [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, May 29, 2002 10:30 AM Subject: Tab order Anyone know

Re: Tab order

2002-05-29 Thread BEN MORRIS
isn't it just an HTML attribute: input type=text ... tabindex=1 Kris Pilles [EMAIL PROTECTED] 05/29/02 10:30AM 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. Thanks... I'd

RE: Tab order

2002-05-29 Thread Kris Pilles
Yeah thanks First day back after memorial day. Need more caffine -Original Message- From: BEN MORRIS [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 29, 2002 11:05 AM To: CF-Talk Subject: Re: Tab order isn't it just an HTML attribute: input type=text ... tabindex=1 Kris

RE: Tab order

2002-05-29 Thread Adrian Lynch
You'll need more than caffine when you run it in Nutscrape -Original Message- From: Kris Pilles [mailto:[EMAIL PROTECTED]] Sent: 29 May 2002 16:13 To: CF-Talk Subject: RE: Tab order Yeah thanks First day back after memorial day. Need more caffine -Original Message

RE: Tab order

2002-05-29 Thread Kris Pilles
Its for our Intranet all IE Somedyas you just luck out I guess -Original Message- From: Adrian Lynch [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 29, 2002 11:19 AM To: CF-Talk Subject: RE: Tab order You'll need more than caffine when you run it in Nutscrape -Original

RE: Tab order

2002-05-29 Thread Adrian Lynch
talking of tab indexes, does anyone notice the tab getting stuck in flash? -Original Message- From: Kris Pilles [mailto:[EMAIL PROTECTED]] Sent: 29 May 2002 16:23 To: CF-Talk Subject: RE: Tab order Its for our Intranet all IE Somedyas you just luck out I guess -Original

Re: Tab order

2002-05-29 Thread Seth Petry-Johnson
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

RE: Tab order

2002-05-29 Thread Matthew Walker
:[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