link question?

Discussion in 'HTML & Website Design' started by florin22e, Oct 7, 2008.

  1. #1
    How to make a link who open 2 web page , when you click on him?For exemple i have a button name "Download" and when someone click on him ,i want to open the page named download and another page?
     
    florin22e, Oct 7, 2008 IP
  2. write-stuff

    write-stuff Guest

    Messages:
    50
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I suspect some javascript is the easiest way to do that. Google "javascript snippets" and you may find something.
    - Russ
     
    write-stuff, Oct 7, 2008 IP
  3. yantomulia

    yantomulia Peon

    Messages:
    57
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    maybe you could use this script
    <a href="http://morelucky.com" onclick="window.open ('http://www.google.com','windows_name');">Download Here</a>
     
    yantomulia, Oct 7, 2008 IP
  4. write-stuff

    write-stuff Guest

    Messages:
    50
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Good advice, I suspect, from someone who clearly knows more than I do.
    - Russ
     
    write-stuff, Oct 7, 2008 IP
  5. florin22e

    florin22e Member

    Messages:
    55
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    41
    #5
    thx it't work...again thx
     
    florin22e, Oct 7, 2008 IP