Re: LWP and <input type=image...>
Christopher Hart <[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.lwp |
|---|---|
| Message-ID | <[email protected]> |
Thanks for the suggestion - I'll try that. I still feel like I'm missing something, though - what actually happens (from the perspective of the request / POST) to "tell" the server what button was clicked? I've checked out the click() and click_button() code from WWW::Mechanize and it was obvious to me what was going on under the covers. Any input is appreciated, Chris On 12/21/05, Andy Lester <[email protected]> wrote: > > On Dec 21, 2005, at 10:02 PM, Christopher Hart wrote: > > > I'm attempting to automate a form submission that uses a series of > > <input type=image ...> tags, but I can't seem to figure out what I > > need to post back to the server. > > > Use WWW::Mechanize, which wraps LWP, and use the submit() method. > > xoxo, > Andy > > > -- > Andy Lester => [email protected] => www.petdance.com => AIM:petdance > > >