<a href="foo.html" class="foolinks" onclick="fooFunc()">Click me!</a>
.foolinks { color: green; font-family: Verdana, Arial, Helvetica, sans-serif; }
function fooFunc() { popupWin = window.open(this.getAttribute('href'), '_foowindow'); }