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....
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