Google chrome doesn't take window.name into account
问题 I've know that in window.open(url,name... the name basically restricts a browser not to open a popup again , if a popup with the name already exists For example Page A opens popup named "thug" Now I open up a new tab . enter localhost/pageA , and get to see a popup Here is the problem , if i enter the URL localhost/pageA again in a new tab , it'll REOPEN the popup , rather it should have had referenced the earlier popup. because they have the same name Please help 回答1: The JS scripts in two