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

Hiding Toolbars but showing the scrollbar

Status
Not open for further replies.

markroberts

Technical User
Oct 11, 2002
10
GB
I would like to open a link into a new window where it hides the Toolbars but still has the scrollbar down the side.

I have managed to open the window without the toolbars but i can't get the scrollbar to show.

Any help would be greatful,

Thanks

Mark
 
var popup = window.open('popup.html', 'popup', 'width=800,height=600,directories=no,location=no,menubar=no,scrollbars=yes,status=no,toolbar=no,resizable=no')
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top