How to open new window from my page?

Discussion in 'PHP' started by ausgezeichnete, Dec 20, 2007.

  1. #1
    i have a site that contains links
    and i want when i click n any link ,to open a new window but from localhost
    got what i mean??
    hmm,like as its a site page
    can somebody tell me how?
     
    ausgezeichnete, Dec 20, 2007 IP
  2. Kaizoku

    Kaizoku Well-Known Member

    Messages:
    1,261
    Likes Received:
    20
    Best Answers:
    1
    Trophy Points:
    105
    #2
    This should be posted in html section...

    
    <a href='link.html' target='_blank'>Link</a>
    
    HTML:
     
    Kaizoku, Dec 20, 2007 IP