Well, here we will modify hyperlink to open several new target window tabs in one link. So when users click the link it will open more than one tab with different address. I often see this technique in a website/blog with many advertisement.
Here is the code to make multiple target hyperlink:
javascript:(function(){window.open('http://tophtml.blogspot.com');})();javascript:(function(){window.open(http://tophtml.blogspot.com/2011/05/text-glow-effect.html');})();javascript:(function(){window.open('http://tophtml.blogspot.com/2011/05/color-scrollbar.html');})();Do not you beelive? just click link below :
Top HTML Tutorial
It’s easy right? Use simple javascript to make multiple target hyperlink.
0 comments:
Post a Comment