Forum Discussion

suzanne_raine's avatar
suzanne_raine
Contributor
9 years ago

How to make the browser navigate to my URL?

Hi,  I'm trying to make my browser navigate to a URL.   I've tried the following code:   Sys.Browser("iexplore").ToUrl("www.google.com"); and also  Sys.Browser("iexplore").Navigate("www.google...