Hi, how do I hide the scrollbar when I open a window in fullscreen? I had changed the feature to scrollbars=no and yet when it's fullscreen, it shows. However, it didn't show if my window is in a frameset. hhmmmm....
<html>
<head>
<script language="javascript">
<!--//
function popup(url)
{
window.open(url,"Popup", "width=355,height=390,directories=no,toolbar=yes,resizable=no,menubar=yes,scrollbars=no"
}
//-->
</script>
</head>
<body bgcolor=white>
<a href="javascriptopup('new.html')">Click here to see the box in action!!</a>
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.