On Thu, 10 Jun 2004, bruce wrote: there may be a smarter way to do it, but 'regular' mech works just fine with frames. after you do a 'get' to grab the frameset, you can just do 'get's to grab the frame you want.
like $agent->get("someframeset.html"); $agent->get("leftNav.html") theres no need to even think of them as frames. hey... can www::mechanize be used to deal with frame sites.. or does one have to use lwp::useragent::framesready...?? is there a sample of code that someone could point me to... didn't really find anything on google that answered this.... basically, i want to get a given frame (foo), submit a form on the frame (foo), and read the results that are displayed in another frame (dog). thanks... -bruce -- gedanken