I am trying to figure out how to open a link in a new window using Javascript or HTML. Here is what I have tried which I I have found NOT to work:
<a href="http://www.google.com/" title="Google" target="_blank">Link</a>
I use Mozilla Firefox. Is this possible? I have looked at a lot of Stack Overflow questions, none of them seem to work.