in reply to Re: Re: Re: Re: LWP & Javascript
in thread LWP & Javascript

How would I execute said Javascript using LWP::*?

You wouldn't. That's why I'm suggesting that you reverse engineer what's doing on in the page. Once you understand what the Javascript detection mechanism is, you can work around it (via some clever regexs, or whatever) without having to simulate Javascript execution.