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.
<SCRIPT LANGUAGE="VBScript">
on error resume next
dim m_obj
Set m_obj = createobject("Sun.object")
if err.number <> 0 then
'Send to download page
else
'continue to load content
end if
</SCRIPT>