Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to get rid of scrollbar in full-screen-popup!?!

Status
Not open for further replies.

digitalpencil

Programmer
Apr 8, 2001
165
GB
For reference, the site containing the link to the aforementioned full-screen-popup is, .Please feel free to play around with the script.
On this site, I have a link which opens a full-screen-popup. I want to hide the scroll-bar, and although I have set it to 'hide', (0) or (no) in the window 'options' it still displays with a scrollbar however, every other option still works.
The options are as follows,
<a href=&quot;#&quot; onClick=&quot;launchwin('newbord.htm','main','width='+(screen.width - 10)+',height='+(screen.height - 30)+',screenX=0,screenY=0,directories=0,fullscreen=1,location=0,menubar=0,scrollbars=0,status=0,toolbar=0')&quot;>
Please help me in finding a way to disable (hide) the scrollbar on the page.
Any help give is much appreciated.
Digital Pencil, 15, UK.
 
Hi.

I've tried this and I worked. The scrollbars were disappeared. You shouldn't specify the width and height properties, give only the fullscreen param:

<a href=&quot;#&quot; onClick=&quot;launchwin('newbord.htm','main','fullscreen=1'&quot;>

regards, Kirilla
 
Hi.

Sorry. I was wrong. As I saw, when I used fullscreen property it always put the vertical scrollbar to the screen. When I set the height and width params to the height and width of the screen and didn't use fullscreen property all of the scrollbars had been disappeared.
I'm looking for this problem.

regards, Kirilla
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top