Lovelybones
Technical User
- Oct 6, 2007
- 31
Hey Guys,
I'm currently building a band page and I'm offering a standard view and fullscreen view of the website. Unfortunately when I try to remove the scrollbar from the fullscreen mode, no code works - the idle scrollbar still appears.
This is the code;
<script>
<!--
function fullwin(){
window.open("index.html","bfs","fullscreen, scrollbar=no")
}
//-->
</script>
Am I doing something wrong? Help would be greatly appreciated!
Cheers
Max
I'm currently building a band page and I'm offering a standard view and fullscreen view of the website. Unfortunately when I try to remove the scrollbar from the fullscreen mode, no code works - the idle scrollbar still appears.
This is the code;
<script>
<!--
function fullwin(){
window.open("index.html","bfs","fullscreen, scrollbar=no")
}
//-->
</script>
Am I doing something wrong? Help would be greatly appreciated!
Cheers
Max