In your new window function there are three things you set, the URL, the
window name and then the properties, which include window size, position,
scrollbars(yes/no), and so on:

newWindow = window.open([URL of new window], [Window object name],
[Properties])

newWindow = window.open("www.website.com", "MyWindow",
"top=100,left=200,height=300,width=600")

BTW, this is really Javascript stuff more than CF or even HTML...I am not
nagging, only saying that so you know what resources to use later on :-)

-Stephen

-----Original Message-----
From: ronmyers [mailto:[EMAIL PROTECTED]]
Sent: Friday, July 27, 2001 12:02 PM
To: CF-Talk
Subject: Opening a new Window


HI I am a newbie at Using CF and HTML in general, But I am having fun
learning. My problem is I am opening a new window. I know how to set the
size How do I set the location where it opens.

Thanks

Ron
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to