<a href="#" onclick="return openTwoWindowTab();">Click Here</a>
<script>
function openTwoWindowTab(){
window.open('www.google.com','_blank');
window.open('www.yahoo.com','_blank');
}
</script>
Here i am trying to open two window tabs on click a link.
1) It is working fine in Mozilla Firefox 18.0.2
2) But in google chrome only one tab is opening. Version 35.0.1916.114
3) In Opera also only one tab is opening. Version latest one
It is very critical issue for me...any help/suggestion....