in reply to Re^2: Retrieving Deferred Content
in thread Retrieving Deferred Content

WWW::Mechanize adds HTML parsing to LWP's understanding of HTTP. Neither understands JavaScript. Win32::IE::Mechanize, on the other hand, is an interface to Internet Explorer. It asks IE to fetch a page and process it, including any JavaScript in it.

Do a search of this site for Mechanize and/or JavaScript to read more on the subject.

Replies are listed 'Best First'.
Re^4: Retrieving Deferred Content
by thekestrel (Friar) on Jun 03, 2005 at 05:35 UTC
    Thanks again Ikegami,
    Took me a few hours, but its all working with Win32::IE::Mechanize now.... very nice =P

    Regards Paul.