Hi, folks:
I am trying to parse some webpages which contain content generated by using Javascript function, for example, the source of HTML shows something like the following:(just a sample with jQuery as the JavaScript library)
<div id="content"></div> <script type="text/javascript"> var value = from_javascript_function(...); $(div#content).html(value); </script>
How can I grab the content displayed in <div>(id="content") on the web browser ?? Any Perl modules or some other tools... Many thanks for your suggestions
Regards,
lihao
In reply to How to download content generated by Javascript by lihao
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |