No javascript/AJAX to be used.
when clicked on the hyperlink, it should open a new browser window.
If you're not using javascript, you need to use the target="_blank". But to do it in a cleaner mvc fashion, do:
<%= Html.ActionLink("Click me", "ActionName", null, new {target="_blank"}) %>