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 indicating that you want each of them opened in new windows by defining a title for each such as '_blank' :

window.open(this.graphicAnalysisResource,'_blank');

and :

window.open(this.graphicAnalysisResource2,'_blank');

Viewing all articles
Browse latest Browse all 13


Latest Images