> Within an INPUT tag Im using a onFocus="this.blur()" so the user cannot
> change the input, its being calculated by JavaScript. The problem is the
> user need to be able to tab beyond this field, tabbing halts when it hits
> this field. Ya I know big deal, but it is with my customer. Ive tried
> DISABLED and it works great but then the tag does not pass the value so i
> cant use that. Is there some method to bypass this <INPUT> when tabbing.
> Ive tried TABINDEX but cant seem to get it working properly, part of the
> problem is the columns that are being totaled are dynamically created so
> there could be one or several. Basically I need to bypass this
> sucker when
> tabbing, any thoughts? can CFINPUT help me here?
Adrian,
If the tabbing is always in the same order, you could skip it by putting
this in the tag of the input BEFORE the "problem" input:
onBlur="document.form.nextFieldName.focus();"
That way, the user never hits the problem field when tabbing.
Ron Allen Hornbaker
President/CTO
Humankind Systems, Inc.
http://humankindsystems.com
mailto:[EMAIL PROTECTED]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists