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="javascript:openWindow('flashpage.html');">linkname</a>
<script language="javascript">
function openWindow(url)
{
window.open(url, 'windowname', 'top=200,left=100,height=250,width=274');
}
</script>
<form method="post" action="javascript:openWindow('flashpage.html');">
<INPUT TYPE="submit" name="buttonname" value="buttonvalue">
</form>
<script language="javascript">
function openWindow(url)
{
window.open(url, 'windowname', 'top=200,left=100,height=250,width=274');
}
</script>