in reply to How to download content generated by Javascript

You can follow the advice above and use something that handles JavaScript, or you can install something like the Live HTTP headers plugin for Firefox, and examine for yourself what actually gets sent on HTTP requests, and then use something simple like LWP or WWW::Mechanize to fetch the content, which, if you can get it working this way, will run faster than using the JavaScript-enabled plugin methods. Though the JavaScript-enabled plugin method might be faster to develop.
  • Comment on Re: How to download content generated by Javascript