If I had a page with a link that opens a new window. In that new window I had something like this
<a href="javascript: window.close();">close window</a>
that would close the window. But if the new window is a frameset with eg. 3 frames. the above command dont work?
<a href="javascript: window.close();">close window</a>
that would close the window. But if the new window is a frameset with eg. 3 frames. the above command dont work?