Popup Window On Link Redirect

Discussion in 'HTML & Website Design' started by Dumi, Nov 16, 2008.

  1. #1
    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!
     
    Dumi, Nov 16, 2008 IP
  2. cc2365

    cc2365 Member

    Messages:
    91
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    43
    #2
    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>
     
    cc2365, Nov 16, 2008 IP
  3. Dumi

    Dumi Active Member

    Messages:
    154
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    53
    #3
    Sweeeet, thanks!
     
    Dumi, Nov 16, 2008 IP