[Javascript] scrollbars and http

Peter-Paul Koch gassinaumasis at hotmail.com
Mon Dec 17 04:18:16 CST 2001


>From: "Felix" <bruno.lanciau at cnes.fr>
>Reply-To: javascript at LaTech.edu
>To: <javascript at latech.edu>
>Subject: [Javascript] scrollbars and http
>Date: Mon, 17 Dec 2001 10:40:48 +0100
>
>Here is my code
>"
>cible=window.open("http://pc-lanciau/images/clip.asp?fermer='no','toto','menubar=no,resizable=no,location=no,scrollbars=no,width=570,height=430'");
>"
>but i still get one vertical scrollbar on the right
>and i would like hide the http adress in the title bar...

You're messing up your quotes. Should be

window.open('http://pc-lanciau/images/clip.asp?fermer=no','toto','menubar=no,resizable=no,location=no,scrollbars=no,width=570,height=430')

That should work.

ppk

_________________________________________________________________
MSN Photos is the easiest way to share and print your photos: 
http://photos.msn.com/support/worldwide.aspx




More information about the Javascript mailing list