object empty=System.Reflection.Missing.Value; axWebBrowser1.Navigate("about:blank", ref empty, ref empty, ref empty, ref empty); Now that we've done that we can get a reference to the document's DOM via the IHTMLDocument interface and write to it. // create an IHTMLDocument2mshtml.IH...