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:
- You can simply follow them.
- You can choose to open them in a new window by right-clicking.
- You can bookmark them.