How can I add a gateway before they hit the download link?

Discussion in 'Programming' started by NewTier, Feb 18, 2008.

  1. #1
    My site: http://www.whatmp3.net

    How can I make it so that when they click download,
    they will be shown a popup while the download starts?

    Thanks! :)
     
    NewTier, Feb 18, 2008 IP
  2. 00johnny

    00johnny Peon

    Messages:
    149
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    If you want to customize the popup window go here: http://www.designerwiz.com/generator/popup_link_generator.htm

    otherwise if you just want a new window add 'target="_blank" to you link ie
    <a href="http://joe.bob.com" target="_blank">popup</a>
    Code (markup):
    it should be noted that a lot of people have popup blockers and this may not always work...
     
    00johnny, Feb 19, 2008 IP
  3. NewTier

    NewTier Notable Member

    Messages:
    2,201
    Likes Received:
    196
    Best Answers:
    0
    Trophy Points:
    250
    #3
    How can you get around popup blockers? How do you do those ads like payperpop?
     
    NewTier, Feb 19, 2008 IP