Possible Duplicate:
Basic Javascript question: How to open a new window?
I have such a link wrapped in a div:
<div class="sponsor" target="_blank" onclick="location.href='http://www.sponsor.com"></div>
Actually what I need is this link to open in a new window. At this point it opens in the same page. Thanks!
1 Answer