Can someone help me get the same functionality as the coupons on http://www.retailmenot.com/view/godaddy.com? When someone hovers over the coupon they can click it and be automatically redirected to the merchant's site and have the code copied.
I can only give some hints ,i don't have time to do it. the first part(hovering and displaying hints ...etc) can be done by css and the second one depends on the destination if the websites can get coupons through GET method like http://www[dot]example[dot]com/?coupon=thecoupon you can just add links using that method OR using javascript and some iframe other ideas can be applied.