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
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Reply via email to