Users can use HyperLinkToURL to open a URL in a default Web browser. If your default Web browser is not Internet Explorer and you still want to open a URL in Internet Explorer, please use the workaround below:

run ("iexplore " + ls_url)

run ("iexplore.exe " + ls_url)

4
14