in reply to Re^2: Mechanize, Forms, Links, problem from Javascript?
in thread Mechanize, Forms, Links, problem from Javascript?

um, http::recorder is easier than live/headers. you use a browser to do what you want (js or no), and http::recorder records the conversation, which you duplicate using mechanize. Otherwise there really is no way without learning http/cgi....
  • Comment on Re^3: Mechanize, Forms, Links, problem from Javascript?

Replies are listed 'Best First'.
Re^4: Mechanize, Forms, Links, problem from Javascript?
by goodepic (Initiate) on Jun 21, 2008 at 22:50 UTC
    I worked with HTTP::Recorder and went through the browser. The code it gave me back was exactly what I'd written myself in mechanize, and didn't work. Can I read up on HTTP/CGI and figure out what's going on from live/headers? I guess that's my only option now...
Re^4: Mechanize, Forms, Links, problem from Javascript?
by runrig (Abbot) on Jun 25, 2008 at 00:04 UTC
    From the docs:
    WWW::Mechanize can't play back Javascript actions, and HTTP::Recorder doesn't record them.