longjohnsilvers
Technical User
Is there a way to open Dream weaver site without the Internet Explorer interface. I have developed a CBT and would like it to fill the entire screen without the toolbars at the top.
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.
</head>
<script language="JavaScript">
<!--
function popit(theURL,winName,features) {
window.open(theURL,winName,features);
}
//-->
</script>
<body>
<body onLoad="popit
('your_page.htm','','fullscreen=yes,titlebar=0,toolbar=false
,scrollbars=no,width=790,height=570,screenX=0,screenY=0')">