I am creating a presentation that will run in Explorer 6.0.2. I have this code to force a full screen:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Medtronic</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script>
<!--
window.open("medtest.html","fs","fullscreen=yes","scrollbars=no")
//-->
</script>
</head>
<body>
</body>
</html>
The problem is that the scrollbars are still visible. IE 6.02 on XP. Any ideas?
Thanks much!!
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Medtronic</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script>
<!--
window.open("medtest.html","fs","fullscreen=yes","scrollbars=no")
//-->
</script>
</head>
<body>
</body>
</html>
The problem is that the scrollbars are still visible. IE 6.02 on XP. Any ideas?
Thanks much!!