yeah...I'm kinda looking for a code example/tweak.
My code automatically loads the two windows.
I want it to work when a user clicks a link...see below.

----------

<SCRIPT LANGUAGE="JavaScript"><!--
function myOpen(url,name) {
    var handle = window.open(url,name);
}

var window1 =
window.myOpen('http://www.livingnaturally.com/common/e_coupons/e_coupons.asp
?storeID=9ES5FKAQ17S92ND700AKHLBD345CAAB3','windowName1');
var window2 =
window.myOpen('http://www.redjellyfish.com/cm-commhub.html?cm-services_longd
istance.html~main','windowName2');
//--></SCRIPT>

<a href="ecoupons.html" target="_self" onClick="myOpen();">Link</a>

----------

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Reply via email to