I have a web page that opens multiple pop up windows using window.open(). I need the pop up windows to be able to close one another using their names.
Example:
testwin = window.open('','win_1');
testwin.document.write('<a href="#"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.