Hi, I am trying to figure out how to get a window to popup when clicking a link that takes you to a different website. Example: http://www.meancoupons.com/hostgator/ When you click on a click on that site "Activate coupon" it pops up a small window and redirects you to a different website. I looked at the source code but could not figure it out. Thanks!
That's easy. <a href="http://somewhere.com/" onclick="window.open('popup.html', 'new_popup', 'height=100, width=400, top=0, left=0, toolbar=no, menubar=no, scrollbars=no, resizable=no, location=no, status=no');">Activate coupon</a>