Web Form Filler

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Dave B

    #1

    Web Form Filler

    Does anyone know of a program that will read a text file and fill in a web
    form with the contents of that file? We need to get about 3000 records (5
    fields to each record) into a database owned by another company and the only
    way it can be done (according to them) is to enter them one at a time into a
    web form. We can get the records into a comma or tab separated text file
    and would like to just read the file and auto insert the fields into the
    form, adding an enter or another command at the end to write the data and
    reload a blank form. Thanks for any help

    Dave B


  • Larry Serflaten

    #2
    Re: Web Form Filler

    "Dave B" <darbo2@earthli nk.net> wrote[color=blue]
    > Does anyone know of a program that will read a text file and fill in a web
    > form with the contents of that file? We need to get about 3000 records (5
    > fields to each record) into a database owned by another company and the only
    > way it can be done (according to them) is to enter them one at a time into a
    > web form. We can get the records into a comma or tab separated text file
    > and would like to just read the file and auto insert the fields into the
    > form, adding an enter or another command at the end to write the data and
    > reload a blank form. Thanks for any help[/color]


    Here is one method, will that work for you?



    If not, there are others, but the above is possibly the easiest....

    LFS






    -----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
    http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
    -----== Over 100,000 Newsgroups - 19 Different Servers! =-----

    Comment

    • Dave B

      #3
      Re: Web Form Filler

      That works for a single field but we are needing to fill in 5 fields i.e.
      name, address, city, state, zip. Can this be accomplished? I can get the
      file in comma separated.

      Thanks
      Dave B

      "Larry Serflaten" <Abuse@SpamBust ers.com> wrote in message
      news:40079597_5 @corp.newsgroup s.com...[color=blue]
      > "Dave B" <darbo2@earthli nk.net> wrote[color=green]
      > > Does anyone know of a program that will read a text file and fill in a[/color][/color]
      web[color=blue][color=green]
      > > form with the contents of that file? We need to get about 3000 records[/color][/color]
      (5[color=blue][color=green]
      > > fields to each record) into a database owned by another company and the[/color][/color]
      only[color=blue][color=green]
      > > way it can be done (according to them) is to enter them one at a time[/color][/color]
      into a[color=blue][color=green]
      > > web form. We can get the records into a comma or tab separated text[/color][/color]
      file[color=blue][color=green]
      > > and would like to just read the file and auto insert the fields into the
      > > form, adding an enter or another command at the end to write the data[/color][/color]
      and[color=blue][color=green]
      > > reload a blank form. Thanks for any help[/color]
      >
      >
      > Here is one method, will that work for you?
      >
      >[/color]
      http://groups.google.com/groups?selm...TNGP11.phx.gbl[color=blue]
      >
      > If not, there are others, but the above is possibly the easiest....
      >
      > LFS
      >
      >
      >
      >
      >
      >
      > -----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
      > http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
      > -----== Over 100,000 Newsgroups - 19 Different Servers! =-----[/color]


      Comment

      Working...