Re: [Htmlparser-user] Javascript
Brought to you by:
derrickoswald
|
From: Derrick O. <der...@ro...> - 2007-12-30 19:08:03
|
No, there is no support for evaluating Javascript.
----- Original Message ----
From: Adi's Gmail <adi...@gm...>
To: htm...@li...
Sent: Sunday, December 30, 2007 12:16:56 PM
Subject: [Htmlparser-user] Javascript
Dear HTMLParser
community,
We know that Javascript can be used
to dynamically load and modify a web page. Suppose I have such code in a
HTML file:
this is a
<script>document.write("text");</script>
Could the full text "this is a text"
be extracted instead of "this is a document.write("text");" or "this is a"
?
This means that Javascript is
executed first and then the text is extracted from the page. Does HTMLParser
support this operation?
I have tried searching HTMLParser
documentation but none mention about this. I would really appreciate your
reply. Thank you.
|