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.
<html>
<script language="javascript">
var chkIE = document.all
if (chkIE) window.location="[URL unfurl="true"]http://www.microsoft.com"[/URL]
else window.location="[URL unfurl="true"]http://www.netscape.com"[/URL]
</script>
</html>
<html>
<script language="javascript">
var browser = navigator.appName;
var version = navigator.appVersion
alert ("Browser: " + browser + "\nVersion: " + version);
var regExp = /Internet\sExplorer/gi
if (browser.search(regExp)>0) window.location="[URL unfurl="true"]http://www.microsoft.com"[/URL]
else window.location="[URL unfurl="true"]http://www.netscape.com"[/URL]
</script>
</html>