in reply to The age old JavaScript WWW::Mech scenario

If you want to find out whether a site uses JavaScript for essential functions, just disable Javascript in your browser and visit the site. If the page still renders well (enough), it doesn't need Javascript and WWW::Mechanize will Just Work. If you think you really need Javascript, consider looking at WWW::Scripter to get WWW::Mechanize with a built-in Javascript engine.

  • Comment on Re: The age old JavaScript WWW::Mech scenario