Problem with links in Internet Explorer 7

Problem with links in Internet Explorer 7

I'm using "couponpress script" but the link that copies the coupon and opens the URL does not work in IE7.


What can I change to make it work?

ZClip: http://www.steamdev.com/zclip/
Example: http://couponpress.premiumpresslimited.com/8-off-and-12-cashback-2/




  1. Code Example:
    <strong class="" id="coupon_code_feat_45200">10AFF30PFTS</strong>
  2. <script language="javascript" type="text/javascript"> jQuery(document).ready(function(){ jQuery('#coupon_code_feat_45200').zclip({path:'/ZeroClipboard.swf', copy:jQuery('#coupon_code_feat_45200').text(), afterCopy:function(){ window.open( 'http://www.SITE.com', '_blank' ); } }); });</script>



Additional: I noticed that the site http://www.cupom.org/ uses a different scheme more displays an error message in IE9.