I am using Firefox to load programmaticall y a webpage (I use a vbs file).
Code:
Dim objShell
Set objShell=CreateObject("WScript.Shell")
objShell.Run "firefox.exe http://www.google.com/"
Code:
WScript.Sleep 5000