Code: Select all
RunProgram("http://www.w3.org/TR/html401/struct/links.html")Is there another simple way to correctly launch a URL?
Code: Select all
RunProgram("http://www.w3.org/TR/html401/struct/links.html")Code: Select all
RunProgram("open", "http://www.w3.org/TR/html401/struct/links.html", "")