A reader asked if he will make a navigation tab open more than one hyperlink whilst clicked. The solution is yes it is able to be achieved, with the help from a small Javascript. Sometimes we got this type of scenario that we need a couple of links to be opened together. Say, you are an owner or creator of a blog or internet site that supply exclusive varieties of download e.G. Films, subject matters, software, wallpapers and so forth, your net web page must include a clickable link. You might like to feature more than one hyperlink to be opened while traveller click on at the hyperlink so that you can earn greater (by using associate/ linkbucks/adfly) or growth page perspectives and so forth. In that case you can do these things with easy script. We want a bit change instead of our regular html code to make open multiple link while traveller’s click.
Not simplest the cause i describe above but additionally more than one links may be opened in a single click on for diverse motive. There is probably several ways to open multiple link only a unmarried click, i narrate 2 systems. See the example of open more than one internet pages, in separate windows, with one mouse click on.
MERITS:
1.) easy And first-class Code.2.) quick To Load And clean to use.
3.) move Browser Compability.
4.) pure HTML Code With DOM occasion.
Five.) Open two click From One link.
6.) it's going to help You To increase Pageviews.
7.) Little Hack To increase Your commercials Clicks.
8.) seo Supported.
Nine.) One hyperlink In identical Tab And other In New.
10.) No POPUP Will Open.
11.) work With POPUP Blocker additionally.
12.) InLine JavaScript introduced.
How To Add To Blogspot:
1.) visit Your www.Blogger.Com2.) Open Your preference “weblog“.
3.) visit “layout“.
4.) click “add A device” where You want to add It.
Five.) Now Scroll To “HTML-JAVASCRIPT“
6.) click on “+” Icon to add It.
7.) Now reproduction The under Code And Paste It To There.
8.) click on “save“, Now you are achieved.
OR
1.) go to Your www.Blogger.Com
2.) Open Your choice “blog”.
3.) go to “Template“.
Four.) click “Edit HTML“.
Five.) Now click on within Code box.
6.) Press [CTRL+F] to look <body> Code.
7.) Now copy The beneath Code And Paste It among “<body> </body>“.
Eight.) click “shop Template” And achieved.
OR
1.) go to Your www.Blogger.Com
2.) Open Your desire “blog“.
Three.) Create A “New submit” Or “Edit” a few One current.
Four.) click on “Edit HTML” Tab within the submit Editor.
5.) Now copy The below Code And Paste It There
8.) click on “publish” Or “update” To performed.
How To Add To Website:
1.) just go to Your HTML document.2.) Now replica The beneath Code And Paste It between “<body> </body>“.
3.) save It, Now you are carried out.
1.) Open One-link In New Tab:
There are three form of code we've, the primary one is straightforward as and it will be best follow of <a> tag while 2nd one have the same characteristic but can practice on any tags like <div, span, h1, h2, h3, p> etc. The 0.33 one is likewise same as 2nd one but it just include few chracters more to be playble in antique browers.
<a href="http://www.freetipstuts.blogspot.com" target="_blank">Open One Link New Tab</a> <a onclick="window.open('http://www.freetipstuts.blogspot.com');" >Open One Link New Tab</a> <a onclick="window.open('http://www.freetipstuts.blogspot.com','newwin');" >Open One Link New Tab</a>
2.) Open One-link In identical Tab:
There are form of code we've, the first one is straightforward as you recognize and it'll be best practice of <a> tag whereas second one have the identical function but can practice on any tags like <div, span, h1, h2, h3, p> and so forth.
<a href="http://www.freetipstuts.blogspot.com" >Open One Link In Same Tab</a> <a onclick="location.href='http://www.freetipstuts.blogspot.com';" >Open Link In Same Tab</a>
3.) Open -hyperlinks:
this is a special code with the intention to open your hyperlinks on one click on in which one will be in same tab and othre might be in new tab and it will be handiest follow of <a> tag.
<a href="http://www.exedeas.com" onclick="location.href='http://www.freetipstuts.blogspot.com';" target="_blank">Open Two Links With One Click</a>
Customization:
1.) just exchange Your URL in the Above Code.
2.) trade The textual content Of hyperlink Or add photograph Or follow anywhere.
3.) store And executed…
Check More:
Information for content writing ! Manual for beginners
0 comments:
Post a Comment