Click to See Complete Forum and Search --> : full screen problems


erikober
01-29-2003, 05:23 PM
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!!

swon
01-29-2003, 05:25 PM
try to set in the medtest.html --<body scroll=no>--, may this could do it!

erikober
01-29-2003, 05:45 PM
Awesome!! thanks!!!!