Displaying an empty page
2006-05May-12
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" )