I thought I had it figured out. 
I have a pop-up window that I open with a window.open(). After so many seconds, I want that window to close. I figured I'd let the page refresh a new page and on unload, close the window completely.
No worky.
This is my lame attempt:
<HTML>
<META HTTP-EQUIV="refresh" content="5;URL=page.htm">
<BODY onUnload="window.close()">
Thanks! Now, good bye.
</BODY>
</HTML>
What should I be doing?
Dispensing quality rants and mishaps since 1999:
I have a pop-up window that I open with a window.open(). After so many seconds, I want that window to close. I figured I'd let the page refresh a new page and on unload, close the window completely.
No worky.
This is my lame attempt:
<HTML>
<META HTTP-EQUIV="refresh" content="5;URL=page.htm">
<BODY onUnload="window.close()">
Thanks! Now, good bye.
</BODY>
</HTML>
What should I be doing?
Dispensing quality rants and mishaps since 1999: