how can i clear the Webrowser1 control?
i dont wanna use Webbrowser1.Navigate("about:blank")

Cause when i use WebBrowser1.Document.Write (HTMLString2) right after the about:blank... the webbrowser1 control stays blank

Thank in advanced