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

adding scrollbars

Status
Not open for further replies.

elebee

Technical User
Jul 8, 2005
23
GB
Hi all,

how do i add scrollbars to the window im opeing.

This is my code im, using

Code:
<a href="../privacy.html" target="_blank"  onClick="window.open(this.href,'myNewWindow','top=20,left=70,width=400,height=450'); return false;">Privacy</a>

Thanks for any help

ELEBEEEEEE!
 
Here is the part of the puzzle you want...
Code:
scrollbars=yes
In your code:
Code:
...window.open(this.href, 'myNewWindow', 'top=20,left=70,width=400,height=450[COLOR=red],scrollbars=yes[/color]')...

Cheers,
Jeff
 
Thanks jeffy Baby, simple ayy

arrr

have a good one!!

Thanks a lot!!

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top