that was it.
thanks to all who responded.

-----Original Message-----
From: Randell B Adkins [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, December 10, 2002 2:30 PM
To: CF-Talk
Subject: Re: JS Question...


onClick="LaunchWindows();"

Then have a JS Function:
function LaunchWindows() {

var win1 = window.open("www.firstwindow.com","Window1");
var win2 = window.open("www.secondwindow.com","Window2");

}

>>> [EMAIL PROTECTED] 12/10/02 02:25PM >>>
I'd use an onClick event in the link with 2 window.open functions
seperated
by ;

Bryan Stevenson B.Comm.
VP & Director of E-Commerce Development
Electric Edge Systems Group Inc.
t. 250.920.8830
e. [EMAIL PROTECTED]

---------------------------------------------------------
Macromedia Associate Partner
www.macromedia.com
---------------------------------------------------------
Vancouver Island ColdFusion Users Group
Founder & Director
www.cfug-vancouverisland.com
----- Original Message -----
From: "Che Vilnonis" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, December 10, 2002 11:18 AM
Subject: OT: JS Question...


> It's brainfart Tuesday.
>
> I have a hyperlink. When clicked, I would like it to launch 2 pop up
windows
> for 2 different hardcoded urls.
>
> Any ideas on how to do this?
>
> ChT Vilnonis
> Application Developer
> Advertising Systems Incorporated
> 8470C Remington Avenue
> Pennsauken, NJ 08110
> p: 856.488.2211
> f: 856.488.1990
> www.asitv.com
>
>


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Reply via email to