How to open Link in a New Page

Discussion in 'HTML & Website Design' started by amitpatel_3001, Jan 4, 2006.

  1. #1
    <a href="http://ww w.Digitalpoint.com">Forums</a>
    in HTML
    Using this the Link page opens in the Same Window.

    Whats the code for opening the Page in a New Page without the Parent Page being Disturbed?

    Also are there any Good type of Pop ups available so that they cannot be blocked by Pop-up Blockers?
     
    amitpatel_3001, Jan 4, 2006 IP
  2. T0PS3O

    T0PS3O Feel Good PLC

    Messages:
    13,219
    Likes Received:
    777
    Best Answers:
    0
    Trophy Points:
    0
    #2
    <a href="http://ww w.Digitalpoint.com" target="_new">Forums</a>
    Code (markup):
    Target can be anything really, as long as it's unique enough.
     
    T0PS3O, Jan 4, 2006 IP
  3. Bliss

    Bliss Peon

    Messages:
    107
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Add
    target="_blank"
    Code (markup):
    to the anchor.
     
    Bliss, Jan 4, 2006 IP
  4. amitpatel_3001

    amitpatel_3001 Results Follow Patience

    Messages:
    14,074
    Likes Received:
    1,178
    Best Answers:
    0
    Trophy Points:
    430
    #4
    I think i didn't clear my Doubt.

    EX:
    When you click on the Sig link the Link opens in a New Page.
    I want the HTML tag for that.
     
    amitpatel_3001, Jan 4, 2006 IP
  5. T0PS3O

    T0PS3O Feel Good PLC

    Messages:
    13,219
    Likes Received:
    777
    Best Answers:
    0
    Trophy Points:
    0
    #5
    That's because the tag is:

    <a href="http://www.tinyurl.com/awlbb" target="_blank">DID YOU EVER CLICK ON THIS LINK?</a>
    Code (markup):
    Note the target.

    But nowadays it also depends on browser preferences. I have FireFox set up to open everything in a new tab. Not a new window.
     
    T0PS3O, Jan 4, 2006 IP
  6. amitpatel_3001

    amitpatel_3001 Results Follow Patience

    Messages:
    14,074
    Likes Received:
    1,178
    Best Answers:
    0
    Trophy Points:
    430
    #6
    Wow,Its working. :)

    Thanks TOPS30 u r Gr8

    Thanks again
     
    amitpatel_3001, Jan 4, 2006 IP