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.
<a href="mynewpage.cfm" target="_new">link</a>
<a href="mynewpage.cfm" target="_MyNewWindow">link</a>
<SCRIPT LANGUAGE="JavaScript">
<!--
var ident=null;
var identCount = 0;
function startFocusRetain()
{{
focus();
ident=self.setTimeout('resetIdent()', 2000);
}}
function resetIdent()
{{
if (identCount++<5 )
{
ident = null;
startFocusRetain();
}
else
{
close();
}
}}
//-->
</SCRIPT>