Displaying an empty page

Displaying a page in a web browser control is easy. Just call Navigate2(). If you need to clear the display you can use the following line:
oBrowser.Navigate2( "about:blank" )