I have an image, which is a link to the index page (home). It turns out that when I click on the link, the browser opens another window, but should open it .
How do I resolve this? Below my code:
<a href="/Home/Index/" title="Twitter"
target="_blank"><img src="@Url.Content("~/Images/logo-agaxtur.jpg")" class="logo" />
</a>