Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Interpreting Javascript Issue

Status
Not open for further replies.

GT8203

Programmer
Joined
Jan 17, 2005
Messages
3
Location
US
I am trying to parse a webpage written in javascript using perl, but I am unable to access the rendered HTML from the javascript code. When I parse this webpage with Perl, I just get the javascript code spit back at me. Is there a way to somehow interpret javascript or imitate a browser, so that I can obtain the HTML code produced from javascript with my perl application?
 
have you previously used javascript?

what do you mean " parse a webpage "?
where did the page come from?

do you have access to an httpd server to which can run
submit your own scripts?
 
Status
Not open for further replies.

Similar threads

Replies
2
Views
352
  • Locked
  • Question Question
Replies
3
Views
396
Replies
1
Views
307
Replies
4
Views
407

Part and Inventory Search

Sponsor

Back
Top