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>
function newWindow(url,window_width,window_height) {
oncWindow = window.open(url, 'Ortho', 'toolbar=yes,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width='+window_width+',height='+window_height);
oncWindow.focus();
}
</script>
newWindow("popup.asp?url=[URL unfurl="true"]www.yahoo.com",500,400);[/URL]
You are about to leave this site, to continue click <a href="<%= Request("url") %>">here</a>.