No, I'm not familiar with that module and I don't have cookies turned on for
my agent. The website doesn't appear to be setting any cookies. I'm going to
take a look at the module you mentioned right now. I have gotten the
submission to work correctly and the remote script is generating the html
page i need. I am also getting the address of the new html doc now. I did
this by changing my code from:

$response ->is_success or die "$url:",$response->message,"\n";

to

$response ->is_success or warn "$url:",$response->message,"\n";

Next I am extracting the url of the moved document and attempting to mirror
it locally. For some reason, I'm getting the original form on the mirror
attempt. Could they be checking some environment variable?? I have set the
Referer as the remote scripts address. I'm working on this again today. This
is the last piece of my current puzzle.

Thanks for the feedback, Sean.

bk

----- Original Message -----
From: "Sean M. Burke" <[EMAIL PROTECTED]>
To: "Beth Kidd" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Tuesday, November 20, 2001 5:04 PM
Subject: HTML::Form for dynamic forms


> At 16:29 2001-11-20 -0500, Beth Kidd wrote:
> >[...]
> >I'm trying to automate web form submission on a particular site. I have
been
> >successful at doing this before, however, this site differs in that the
cgi
> >script I am submitting to dynamically generates a new html page[...]
>
> Have you tried using HTML::Form?  I don't generally use it, but it's
definitely worth the bother in those rare cases when the form you're trying
to automate the submission of, changes all the time.
>
> Also, have you got cookies turned on for your user-agent object?
>
>
> --
> Sean M. Burke    [EMAIL PROTECTED]    http://www.spinn.net/~sburke/

Reply via email to