in reply to Creating a HTTP request from html code

You will just need to extract the URL from the Javascript and then use LWP::Simple to make the request. This sounds a bit like click fraud to me, but I guess you have a legit application of this.

  • Comment on Re: Creating a HTTP request from html code

Replies are listed 'Best First'.
Re^2: Creating a HTTP request from html code
by krisravn (Initiate) on Dec 22, 2008 at 19:04 UTC
    Thanks. Now it works :)