Tell the message short and sweet.

Read This!

Tips: How to open two new target pop-window in html for single click?

You can add the html in your website for single click is opening for two target pop-up window. Usually, only one pop-up window will appear for a single click in html. Just add the below script in your <a href=""> code. Higlighted in yellow color. It would not work in chrome. But it will work in firefox and Internet Explorer.
Just copy and paste it in your html editor and click the URL.
<a href="http://techyvicky.blogspot.com" target="_blank" onclick="window.open (&quot;https://www.facebook.com/Techpillsorganization/likes&quot;);">http://techyvicky.blogspot.com</a>

2 comments: