Dec 13, 2004 #1 BLarche Programmer Nov 29, 2004 25 US How do I close my popup window that contains frames? window.close(); does not work.
Dec 13, 2004 #2 cLFlaVA Programmer Jun 14, 2004 6,450 US window.parent.close() might. *cLFlaVA ---------------------------- [tt]insert funny quotation here.[/tt] Upvote 0 Downvote
window.parent.close() might. *cLFlaVA ---------------------------- [tt]insert funny quotation here.[/tt]
Dec 13, 2004 #3 tgreer Programmer Oct 4, 2002 1,781 US How did you create the window? From where will you be closing it? Thomas D. Greer http://www.tgreer.com Providing PostScript & PDF Training, Development & Consulting If this post was helpful, click some ads! My personal site is also advertiser-supported. Hint, hint! Upvote 0 Downvote
How did you create the window? From where will you be closing it? Thomas D. Greer http://www.tgreer.com Providing PostScript & PDF Training, Development & Consulting If this post was helpful, click some ads! My personal site is also advertiser-supported. Hint, hint!