Say I had a webpage called chriswebpage.com
and on that web page I had
set WshShell = CreateObject("WScript.Shell")
WshShell.Run "http:\\www.chriswebpage.com"
WScript.Sleep 100
WshShell.SendKeys "{TAB}"
WshShell.SendKeys "{ENTER}"