Le vendredi 23 janvier 2004 à 09:49, Justin Cook écrivait:
> 
> Now as shown the script will find the Thank you! part but will not find
> the transaction number, but when I switch it to the post to localhost it
> find the transaction id and loads it into my table just fine. What is
> going on here? Is it the difference between a dynamic page and a static
> page being posted to? Am I not recieving all the chunks of response in
> time to get the transaction id? Is my regex just plain lame? I'm a
> semi-newbie and have played with this for several days but to no avail.
> Any help would greatly be appreciated.

Maybe the transaction is put in the page by some javascript
(document.print?). Your browser saves the resulting page, while
WWW::Mechanize works on what the server sends.

-- 
 Philippe "BooK" Bruhat

 Friendship is just brotherhood with a choice of brothers. 
                                                 (Moral from Groo #9 (Image))

Reply via email to