Remove frame from within
Hi,
I'm trying to remove the frame from within the frame itself. Say my main page has an iframe (id main). Now from within the main frame, on a button click I want to be able to removeChild of the iframe... So close that window, but now the whole page itself... How can I reference the window?
Thank you
|