original article:  http://aspnetresources.com/blog/accessible_popups.aspx

This one is the lesser evil. Aaron Boodman suggested a really neat solution:

<a href="http://google.com/"
 onclick="window.open(this.href, 'popupwindow', 
'width=400,height=300,scrollbars,resizable'); 
return false;">Link text goes here</a>

The advantages of these links are many:

  1. You can simply follow them.
  2. You can choose to open them in a new window by right-clicking.
  3. You can bookmark them.