I have written a plugin to IE 6. Now I want to use my plugin to add my HTML page (the HTML code, will be written in the source code of my plugin) to show on the web browser window. Ex: some thing like that: public void showHTMLPage() { document.write("<html><head></head><body>HELLO WORLD</body></html>"; }