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 type="text/javascript" language="javascript">
function windowOpener(url)
window.open(url, "windowname", "toolbar=no, location=no, width=XXX, height=XXX",)
<A href="JavaScript:windowOpener('[URL unfurl="true"]http://www.tek-tips.com')">Click[/URL] here for Tek-Tips</a>
<A href="JavaScript:windowOpener('[URL unfurl="true"]http://www.tek-tips.com')">Menu</A>[/URL]
<A href="JavaScript:windowOpener('[URL unfurl="true"]http://www.hotmail.com')"Hotmail</A>[/URL]
function openSesame()
{
window.open("[URL unfurl="true"]http://www.mysite.com/popup.html",[/URL] "popup_name", "toolbar=no, address=no, width=150, height=150");
}
<a href="JavaScript:openSesame()">Menu</a>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script>
<!--
function openSesame()
{
window.open("[URL unfurl="true"]http://www.mysite.com/popup.html",[/URL] "popup_name", "toolbar=no, address=no, width=150, height=150")
;
}
//-->
</script>
</head>
<body>
<a href="JavaScript:openSesame ('menu.htm')">Menu</a>
</body>
</html>