A Snap Link , Firefox Adson ,open multiple links by making simple rectangle at links.As similarly using JavaScript we can make a three links to open in a single click.For example if you click on below link one time it will open three window.
Once click on Blogger Rounder you will understand what we mean.i.e 3 links will be opened with single click.
To use it just you need to understands something.
A Simple links looks like this in HTML code.
<a href="LinkUrl" >Link Text</a>
But the link which is made to open two links in new tab looks like this
<a href="LinkUrl" target="_blank" onclick="window.open("YOUR_2nd_URL");">Link Name</a>
Similarly making 3 links to open in a single click looks like this
<a href="YOUR_URL" target="_blank" onclick="window.open(""YOUR_2nd_URL""); window.open(""YOUR_3rd_URL"");">Link text</a>
From This we can understand that to make a multiple link in a single click we will add onclick="window.open("YOUR_2nd_URL");"
just before first closing of anchor tag(<a >
)
Bye Pals,I hope you have successfully understand it.
Subscribe for free
Thanks for visiting Blogger Rounder.We can subscribe to Blogger Rounder's by RSS feed or email updates.
0 comments on "Open Multiple links in new tab with Single click":
Post a Comment
We Love To Hear Comments from You.Comments are Welcome.You can comment here regarding this Post.If it is not related with the post you can ask a question by Contacting Us.Before Comment Please Subscribe To our RSS or email updates.Publishing Spam Comment is Not allowed.If you want to Add Code then Please Encode it.
Simple Tags like <a> ,<strong>,<b>,<em> and <i> are allowed for preventing spam