I know that in window.open (url, name ... the name basically restricts the browser from opening the popup again if the popup with the name already exists
For example, Page A opens a popup called "thug"
Now I open a new tab. type localhost / pageA and view the popup
Here's the problem: if I find the localhost / pageA URL again in a new tab, it will RESTORE the popup, rather, it should refer to an earlier popup. because they have the same name
Please, help
source
share