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 blog I need help with is: (visible only to logged in users)
-
Please see my reply in https://wordpress.com/forums/topic/resizing-image-carousel-on-mobile/
Your site is not hosted on WordPress.com, so we cannot help you in this forum.
- The topic ‘HTML redirect in new tab’ is closed to new replies.