Actually Opener won't work because I left out a little information...which I am pretty sure is leading me to a dead end. I have the main web page, which opens up a small window...the small window opens up the multiple windows and then shuts itself down so that only the smaller alert windows are...
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.