Hi, I'm writing some plugins into IE (using VC++, .NET). My plugin get data from some web server and modify them to make a single HTML page. But after I have the complete HTML page, I don't know how to show it with IE. I have to use the Document object in code, but the exception appear because the Document is Read-Only. Can you help me ? Thanks in advance!