The easiest way would be to just specifiy the target attribute of the link as '_blank'
<a href="foo.aspx" target="_blank">text</a>
You could also add a JavaScript to the onclick event to call window.open();
hth.
================================================== =========
Read this if you want to know how to get a correct reply for your question:
http://www.catb.org/~esr/faqs/smart-questions.html
================================================== =========
Technical Editor for:
Professional Search Engine Optimization with ASP.NET
Professional IIS 7 and ASP.NET Integrated Programming
================================================== =========