HTML redirect in new tab
-
Hi, I have some code in my site that makes it so that clicking on an image redirects to a new site. I want to add to that code so that the link opens in a new tab. Here is the code I’m using:
<script>
document.getElementById(‘poster’).onclick = function() {location.assign(‘link.com’);
};
</script>The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘HTML redirect in new tab’ is closed to new replies.