you cannot do it, you will get access violation error. It is a security measure enforced by the browser. So unless you build your own browser, you can not do it.But if your page is local, I mean, it is opened like this:
file://D:\test\ss.htmlthen inside ss.html, you probably can use "Microsoft.XMLHTTP" object to retrieve the remote page' html contentof course, you can also do it if you are doing it on the server side