WestSide2003
Technical User
Hi,
I am using javascript to enable some auto-tabbing functionality. Basically like if you have a field on a form like account nuumber. Let's say the field is 4 characters max. After the user hits that 4th chracter, the field auto-tabs another field on the form that I specify by name.
My problem is I need to auto-tab to an image, or just tab in general. When I try to tab over, the tab skips this image. This image is not the typical image and this is why it skips over, but there must be a way to reference this image or something so I can get my autotab to jump to the image, the image acts like a submit button basically..
code is below
<SPAN name="mybutton" STYLE="position:relative; margin-top:10px; height:10px; width:50px;></SPAN>
That is the button, basically I need to find a way to tab over to this.
It would be easier if the button was <input type="image"> but I cant use that, i have to use span tag here...
Can anyone help?
-WS
I am using javascript to enable some auto-tabbing functionality. Basically like if you have a field on a form like account nuumber. Let's say the field is 4 characters max. After the user hits that 4th chracter, the field auto-tabs another field on the form that I specify by name.
My problem is I need to auto-tab to an image, or just tab in general. When I try to tab over, the tab skips this image. This image is not the typical image and this is why it skips over, but there must be a way to reference this image or something so I can get my autotab to jump to the image, the image acts like a submit button basically..
code is below
<SPAN name="mybutton" STYLE="position:relative; margin-top:10px; height:10px; width:50px;></SPAN>
That is the button, basically I need to find a way to tab over to this.
It would be easier if the button was <input type="image"> but I cant use that, i have to use span tag here...
Can anyone help?
-WS