Help-how to open new window as pop up

Discussion in 'HTML & Website Design' started by torrfriend, Nov 20, 2009.

  1. #1
    In my site i added a long list of useful sites.....yahoo, google, lynda,.....and lot more

    if viewer click google means, then google web page will open as pop up....how to do....

    i searched in net, they all post about pop up our own link not other url, so help to pop up google with one click....
     
    torrfriend, Nov 20, 2009 IP
  2. Cameljourney

    Cameljourney Prominent Member

    Messages:
    1,731
    Likes Received:
    107
    Best Answers:
    0
    Trophy Points:
    325
    #2
    Easiest way to make pop-up is put this code :

    <a href="http://www.yourweblog.com/yourfile.html" onclick="window.open('http://www.yourweblog.com/yourfile.html','popup','width=500,height=500,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false">About</a>
    HTML:
    Just change the URL and anchor text with yours...

    And here's a link about making pop-up:
    http://www.htmlcodetutorial.com/linking/linking_famsupp_72.html
     
    Cameljourney, Nov 21, 2009 IP