philippe wrote:
> I want to get the original code of the page (like this one, not with
> the script executed).

You can't get it after the page has loaded, in general.

You can get the bytes (not the characters) by implementing an nsIParserFilter 
and making sure it's set up on the parser, but doing that to actual web page 
loads could be difficult.

-Boris

_______________________________________________
dev-embedding mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-embedding

Reply via email to