Opening multiple links on one click

2 replies
Hi guys

I have been trying to figure out how to open multiple links one click.
I am using the below JS - however, it doesn't work on mobile devices. Does anybody know how/if it is possible to do this. Ideally I wish to open 3 links on one click. It works on my laptop, but not on my phone (assume it is to do with the js?)


<a href="Google" target="_blank" onclick="window.open(&quot;Sign In window.open(&quot;http://www.yahoo.com/&quot;">click here</a>

Thanks
Glenpud
#click #links #multiple #opening
  • Profile picture of the author techmyview
    Does it open at least one link on mobile device? Also which browser you are using on your mobile device, it may have to do with the browser compatibility as well.
    {{ DiscussionBoard.errors[8880253].message }}
  • Profile picture of the author glenpud
    Hi techmyview

    Yea it opens one link. I am using an adroid phone. Not sure how to tell the browser on it though.
    {{ DiscussionBoard.errors[8880499].message }}

Trending Topics