Re: script disabiling
- From: "Igor Tandetnik" <itandetnik@xxxxxxxx>
- Date: Fri, 9 Sep 2005 07:59:10 -0400
"Reddy" <reddy.yn@xxxxxxxxx> wrote in message
news:1126263360.683796.326210@xxxxxxxxxxxxxxxxxxxxxxxxxxxx
> 1.can i disable the javascript which will write some content(through
> document.write or document.writeln)
You mean you want to disable some JavaScript calls but not others? I
guess you could install a MIME filter and preprocess the script code
before it reaches the browser, erasing all such calls. Probably going to
be very complicated, error-prone and unreliable.
> 2.If we can't disable then is there any easy way to get what is
> written by the javascript into the document
document.documentElement.outerHTML reflects all HTML content on the
page, whether originally downloaded or created by script.
--
With best wishes,
Igor Tandetnik
With sufficient thrust, pigs fly just fine. However, this is not
necessarily a good idea. It is hard to be sure where they are going to
land, and it could be dangerous sitting under them as they fly
overhead. -- RFC 1925
.
- References:
- script disabiling
- From: Reddy
- script disabiling
- Prev by Date: script disabiling
- Next by Date: get_innerHTML on body returns ? characters for UNICODE text
- Previous by thread: script disabiling
- Next by thread: get_innerHTML on body returns ? characters for UNICODE text
- Index(es):
Relevant Pages
|
|