Pasting Tabs in Web Forms



Brett
07-09-2005, 11:08 PM
Hello:

I am trying to paste a tab into a Web form from Word so that it does what
happens when you are in Internet Explore & tab -- it goes to the next field.
However, when pasting the tab into IE from the outside program it just stays
in the field & does not go to the next one.

The reason I want to do this is because my work has a form that is
filled in
a little at a time. So the 1st time just a few fields are entered, 2nd time
a little
more, etc. as we get more information. I want to write a program to so you
just
need to enter the limited amount that goes in on a pass & skip all other
fields.

I figure by putting data into a string such as:
<NAME><12 tabs><DATE><9 tabs><ADDRESS><8 tabs><OTHER DATA>

& then pasting that string it would save a lot of time. However, I first
need to
be able to skip the unfilled in data ...

So if there is another way to do this, that would be helpful too

Thanks!


Pasting Tabs in Web Forms