window.close on frameset

R

Rich Palarea

How would I phrase a call to window.close() when the link/button that
invokes the script resides in one frame of a frameset and I want the entire
frameset to close?

Thanks,
Rich
 
R

Rich Palarea

Stafan:

Great site! Wish I knew about it years ago. Very simple solution was to
replace window.close() with top.close(). Works like a charm.
Thanks,
Rich
 
Top