Re: fetching a POST webpage...

2006-07-07 Thread Mark Gardner
bruce wrote at 7/7/2006 1:06 PM: >the information is actually created/generated from a "src" in a frame > >what appears to happen is that the browser, somehow extracts, and displays >the content from the source URL. > > Figure out the "somehow", then. Learn how HTML frames work, if you don'

RE: fetching a POST webpage...

2006-07-07 Thread bruce
tivestate.com Subject: Re: fetching a POST webpage... bruce wrote at 7/7/2006 11:27 AM: >i've looked at the docs.. > > So have I, that's where I'm getting all this. I've never used this module before. >the issue i'm having is that i don't know how to get t

Re: fetching a POST webpage...

2006-07-07 Thread Mark Gardner
bruce wrote at 7/7/2006 11:27 AM: >i've looked at the docs.. > > So have I, that's where I'm getting all this. I've never used this module before. >the issue i'm having is that i don't know how to get the 'form' information >from the page ,in order to parse/process the information. > >a norma

RE: fetching a POST webpage...

2006-07-07 Thread bruce
f Mark Gardner Sent: Friday, July 07, 2006 8:00 AM To: activeperl@listserv.activestate.com Subject: Re: fetching a POST webpage... bruce wrote at 7/6/2006 11:56 PM: >i have the basic code to fetch a url/web page. however, i'm trying to fetch >a page that uses a FORM/POST. has anyone d

Re: fetching a POST webpage...

2006-07-07 Thread Mark Gardner
bruce wrote at 7/6/2006 11:56 PM: >i have the basic code to fetch a url/web page. however, i'm trying to fetch >a page that uses a FORM/POST. has anyone done this, i've tried a few times >without success. > > [...] >i'm using the mechanize function. > Use the request() method in WWW::Mechanize