How many times do you watch a Dictionary.You may no have a time to watch????If you watch how many word do you find with multiple meaning.It is two or three it may be more than 5.Which of the word has got highest meaning.Until up to day I have only found ‘set’ Has got Highest meaning.
In link also we may need to add two or more links.For e.g..if visitor click single time on a link the link will open 3 times and the link is different.It means 1 word has more than 2 links.It may be confuse you until you see a Demo.
Click Here to get a Demo.
DO you want to do like that??You may follow step as you do usual.
Making multiple links in single link
Some of you may insert link directly without Html.However if you switch to source or Html mode a link usually looks like this,
<a href="YOUR_Link_URL" target="_blank">The Word of Your Link</a>
Do you find the similar.If you have not added the link that open in new browser.You may not find target=’_blank’.
If you want to add 2 link in that Link code replace that with :
<a href="YOUR_URL" target="_blank" onclick="window.open(""YOUR_2nd_URL"")">The Word of Your Link</a>
To add more than 2 link add more window.open();
If You want to make 3 link to open from 1 text try this.
<a href="YOUR_URL" target="_blank" onclick="window.open(""YOUR_2nd_URL""); window.open(""YOUR_3rd_URL"");">Word Of Your Link text</a>Now you can clearly understand the hack properly.
If you are unable comment more
Subscribe At free
Thank you for visiting FacebookSinker.blogspot.com. Please don't miss any of the updates by subscribing to our RSS feed or email updates.
No comments:
Post a Comment