Quantcast
Channel: How to open two windows in response to one click
Viewing all articles
Browse latest Browse all 13

Re: How to open two windows in response to one click

$
0
0

Try explicitly defining with parameters along with the updated targets. This can generally cause the windows to be "popped out" as opposed to opening in tabs and hopefully should cause them to not override one another :

window.open(this.graphicAnalysisResource,'_blank','height=500,width=500');
window.open(this.graphicAnalysisResource2,'_blank','height=500,width=500');

You can see an example of this, which should be working properly here.


Viewing all articles
Browse latest Browse all 13

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>