I want to make a page open a link in a new tab when the user clicks
it. Doing some browsing and experimentation , I found that this code:
<a href="myDocumen t.html"
target="new"
style="target-name: new; target-new:
tab;"my document </a>
works in Firefox 2 but not in IE 7.
Is there another way to do it that will work across at least these two
browsers? Or is it something that's not supported and that I would be
better off not trying? Thanks.
it. Doing some browsing and experimentation , I found that this code:
<a href="myDocumen t.html"
target="new"
style="target-name: new; target-new:
tab;"my document </a>
works in Firefox 2 but not in IE 7.
Is there another way to do it that will work across at least these two
browsers? Or is it something that's not supported and that I would be
better off not trying? Thanks.
Comment