Getting back to this... To open an Url by clicking a button, use the following code onclick:
var oApp = new ActiveXObject("InternetExplorer.Application");
oApp.visible = true;
oApp.Navigate("http://The URL you require");