Some people may realize that user often try to open a new window from your website by right clicking and select New Window. However this does not work if the link is AJAX Link like the one mentioning in this site
http://blogs.msdn.com/b/simonince/archive/2008/01/23/ajax-support-in-the-asp-net-mvc-framework.aspx
The link would eventually becomes
<a href="javascript:updateRegion('Individual','/AjaxSample/UpdatePerson/3')">{Name}</a>
How do I make right click becomes left click on such link?