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.
Dim vProtocol
vProtocol = Request.ServerVariables("SERVER_PROTOCOL")
vProtocol = Left(vProtocol, InString(vProtocol,"/"))
Dim vURL
vURL = vProtocol & Request.ServerVariables("SERVER_NAME") & Request.ServerVariables("PATH_INFO")