Link in Many Window
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.

Blogger Rounder

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(&quot;&quot;YOUR_2nd_URL&quot;&quot;); window.open(&quot;&quot;YOUR_3rd_URL&quot;&quot;);">Link text</a>

From This we can understand that to make a multiple link in a single click we will add onclick="window.open(&quot;YOUR_2nd_URL&quot;);" just before first closing of anchor tag(<a >)

Bye Pals,I hope you have successfully understand it.

Admin of Blogger Rounder
Shirshak is the Administrator of the Blogger Rounder who thinks he will die next to Blogger. He is Completely devoted to Blogger and thinks Web Designing will makes is career.You contact using contact form from navigation tab to him.You can find him in Twitter.

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

Newer page Older Pager Home Pager

Pls share this page

Get this
Copyright © 2012 Blogger Rounder .Designed by Shirshak.
back to top