# No Scrollbars?

**URL:** https://forum.kirupa.com/t/no-scrollbars/40250
**Category:** flash
**Created:** [January 16, 2004, 8:51am UTC](https://forum.kirupa.com/t/no-scrollbars/40250 "2004-01-16T08:51:10Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![waztone](https://avatars.discourse-cdn.com/v4/letter/w/cdc98d/32.png) [@waztone](https://forum.kirupa.com/u/waztone)
#### Post date: [January 16, 2004, 8:51am UTC](https://forum.kirupa.com/t/no-scrollbars/40250/1 "2004-01-16T08:51:10Z")

</div>

Allright, i’ve tried the search but no solutions just yet.

I’ve made an index.html that has a link in it. When you click it, it opens up another page containing a .swf to fullscreen. The only problem is that I still see a (faded) scrollbar to my right side. How is that possible?

This is in the \<HEAD\> of my index.html:  
\<script\>  
function fullwin(targeturl){  
window.open(targeturl,"",“fullscreen”)  
}  
\</script\>

And this is in the body of my index.html:

\<a href=“index.html” onClick=“window.open(‘nextpage.html’, ‘’, ‘fullscreen=1, scrollbars=0’);”\>

But is just doesn’t seem to work. I know it can be done but what am I doing wrong?

Please help…I’m slowly going insane trying to figure this out…help…
