strBrowser = "title:=orkut - login"
strURL = "www.yourwebsite.com"

SystemUtil.Run "iexplore", strURL
Browser(strBrowser).WebEdit ("name:=Email").Set "rgovard"
Browser(strBrowser).WebEdit...