Matt, Give each window a unique name. You have each one named "windows"
-- Scott Stewart ColdFusion Developer 4405 Oakshyre Way Raleigh, NC 27616 (h) 919.874.6229 (c) 703.220.2835 -----Original Message----- From: Matthew Smith [mailto:[email protected]] Sent: Sunday, June 28, 2009 4:39 PM To: cf-community Subject: one link works, the other doesn't I have the following bit of code: <div class="col_box text_w"> <div class="col_box_1"><a href="##" onClick="javascript:window.open('/includes/www_domain_com/video/dsp_clip.cfm ','windows','width=343,height=286,toolbar=no,menubar=no,scrollbars=no,resiza ble=no,location=no,directories=no,status=no');return false")"><img src="#request.img#video-link.jpg" alt="" /></a></div> <div class="col_box_2"> <div style="margin:0 0 0 194px;"> <strong>Video clip headline. </strong> <div style="padding:9px 0 19px 0;"> Cum so natous et magnist monte senascetur ridil feugiat malesoaecena as ac seuis ultriciesamsan maledanec sit ameorem ctetipis cing el auris ferment laoreet aliquam leo. </div> <div class="link_wr"><span><a href="##" onClick="javascript:window.open('/includes/www_domain_com/video/dsp_clip.cfm ','windows','width=343,height=286,toolbar=no,menubar=no,scrollbars=no,resiza ble=no,location=no,directories=no,status=no');return false")">watch now</a></span></div> </div> </div> <div class="clear"></div> </div> The first link on the image does not work, but the second(watch now) does. It is the same link. This problem is only in firefox. Any help? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-community/message.cfm/messageid:299170 Subscription: http://www.houseoffusion.com/groups/cf-community/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.5
