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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Set no Scroll Bars

Status
Not open for further replies.

welshone

Programmer
Jul 30, 2001
414
GB
Hello,

how can I open a page and have the scroll bars set to no ?

I can set the size like this, but don't know how to set no scrollbars:

<script>
parent.resizeTo(350, 350);
</script>
 
You can use

window.open(&quot;&quot;,&quot;&quot;,&quot;scrollbars=no&quot;);

Greg.
 
That opens a new blank window. ?
how an I use those settings for the current window opened ?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top