>I would like to run a taf that will automatically log on to a web site using
>a username.password that I have stored in a table. Then load the url line
>with paramaters that will simulate a person keying them in from the
>keyboard. I already know the paramaters I need. But how would I do this? I
>would run this from a crontab file always looking for new log ons to do. Any
>ideas?

One way I can think of is storing a cookie in the web browser. It 
doesn't need to be the same information as the person's name, just 
something recognizable in the database (like row number).

It would go something like this:
1. If cookie exists, read it.
2. Look up record from cookie information.
3. Go to "welcome" page for that person, or whatever else you have in mind.

HTH,
Ford
________________________________________________________________________
TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED]
                with unsubscribe witango-talk in the message body

Reply via email to