I'm trying to Open the given URL in New window, not in new TAB.
people are suggesting to use window open
function myFunction() {
window.open("http://www.google.com");
}
but it's opening the url in same browser in new Tab. but i need to open it in same browser and new window
like below image
Can Any one help me,
Thanks in advance