I have a html page which contains a link, by clicking on this link I am opening a pop-up window (using window.open() ).
Now I have another html file which also has a link pointing to the same URL.
My requirement is that when I click on the link I need to check if there is any pop-up with this URL already opened in the browser instance and if so, focus on that particular pop-up.