miriamherald has asked for the wisdom of the Perl Monks concerning the following question:
Pulling this page just reveals all the javascript code rather than the html generated by the page. All I want to do is 'get' the file using an LWP agent and print the html to a new static file - I do not want the javascript code, I want rather the html that it generates. How can I do this?<div class="teamleaders"> <script LANGUAGE="JavaScript" SRC="http://www.mywebpage.com"></script>
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Need to pull a javascript generated webpage
by Corion (Patriarch) on Feb 03, 2010 at 17:28 UTC | |
by miriamherald (Initiate) on Feb 03, 2010 at 17:45 UTC | |
by marto (Cardinal) on Feb 03, 2010 at 18:01 UTC | |
Re: Need to pull a javascript generated webpage
by pileofrogs (Priest) on Feb 03, 2010 at 19:04 UTC | |
by almut (Canon) on Feb 03, 2010 at 19:40 UTC | |
by redgreen (Priest) on Feb 03, 2010 at 23:48 UTC |