deathmill
01-06-2004, 12:00 PM
Hi,
Is it possible to replicate the ahref target="_blank" in javascript?
Could work something like this:
< JS Code >
<a href="*.html" onclick='javascript:OpenTarget();'>Open Win</a>
I just need a way to reference a new window opening across the whole site. I can't use window.open command because of pop stoppers.
Thanks,
D
Is it possible to replicate the ahref target="_blank" in javascript?
Could work something like this:
< JS Code >
<a href="*.html" onclick='javascript:OpenTarget();'>Open Win</a>
I just need a way to reference a new window opening across the whole site. I can't use window.open command because of pop stoppers.
Thanks,
D