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 varWin=window.open("load.htm", 1, "height=200,width=400,status=yes,toolbar=no,menubar=no,location=no")
varWin.Name="Loading data"
Set oWin = window.open ([url, [name, [feature]]])
window.open [url, [name, [feature]]]
Set oWin = window.open (url,vbNull,feature)
or Set oWin = window.open (url,"",feature)
oWin.Name = "xyz abc"