Is is possible to specify a target frame when using a relocation script in a page like:
<
It would look like the following in a link, however, I need it to automatically load (can't use meta tags---it's part of a decision tree) not be a link that needs to be clicked):
Thanks.
Code:
<script>
document.location = "[URL unfurl="true"]http://myURL...";[/URL]
</script>
It would look like the following in a link, however, I need it to automatically load (can't use meta tags---it's part of a decision tree) not be a link that needs to be clicked):
Code:
<a href="[URL unfurl="true"]http://myURL"[/URL] target="mytarget"></a>
Thanks.