Click to See Complete Forum and Search --> : Closing the main window through a frame


beanroaster
07-31-2005, 09:50 PM
Hi.
I need to close my main window via a button in one of three frames,
Can this be done?
Thanks.

yearbass
07-31-2005, 11:20 PM
try to use this:

window.top.close();

beanroaster
08-01-2005, 01:48 PM
That works great.
Thanks,
Adam