Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Set xml = Server.CreateObject("MSXML2.XMLHTTP")
xml.Open "GET", "[URL unfurl="true"]http://mydomain.com/WebService.asmx/WebMethod?inputparam=value",[/URL] False, Username, Password
xml.Send