Click to See Complete Forum and Search --> : closing framed windows


damon2003
11-28-2003, 08:51 AM
Hi,
I have some javascript that closes window - window.close()
works fine in normal windows.
It doesnt work in my framed window though. I am thinking I have to 'target' the javascript to close the top window? Currently the image button that call the javascript is in the bottom frame of a three row framed popup. Any know how to fix this?
thanks a lot

Khalid Ali
11-28-2003, 08:02 PM
from any of the frames,use the following code

parent.close();