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>
<!--
onload = init;
function init() {
HWND = window.open("myPage.htm","",config="status=no,scrollbars=yes,menubar=yes,resizable=yes,directories=yes,location=yes,toolbar=yes,height="+screen.availHeight+",width="+screen.availWidth);
HWND.moveTo(0,0);
window.opener = this;
this.close();
}
//-->
</script>
status=no,scrollbars=yes,menubar=yes,resizable=yes,directories=yes,location=yes,toolbar=yes
scrollbars,menubar,resizable,directories,location,toolbar