instead of burring the input field, force the focus to the field you do 
want it to go to...

onFocus="form.otherfield.focus()"

At 09:30 AM 1/16/01 -0800, you wrote:
>Reposting, didn't seem to make it thru the first round...
>
>
>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
>
>
>
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to