in reply to Re^3: Multiple NONAME buttons and WWW::Mechanize
in thread Multiple NONAME buttons and WWW::Mechanize

Did you find a resolution for this problem? I'm stuck at exactly the same place.
  • Comment on Re^4: Multiple NONAME buttons and WWW::Mechanize

Replies are listed 'Best First'.
Re^5: Multiple NONAME buttons and WWW::Mechanize
by Corion (Patriarch) on Feb 01, 2011 at 14:26 UTC

    What part of this do you have problems with?

    I see that Mechanize doesn't handle java script and the buttons invoke java script.

    WWW::Mechanize does not handle Javascript.

    You will need to use a module that understands Javascript, like WWW::Scripter, or maybe WWW::Mechanize::Firefox.