Hello,
I'm trying to close a pop up window that has a frame set using the following code:
<a href="" onClick="window.close()">click here</a>
but when I hit "click here" it keeps the pop up open and it takes me to the root folder. I think it just closed the frameset that had the close link. I need to kill the entire pop up. Any help?
thanks in advance
I'm trying to close a pop up window that has a frame set using the following code:
<a href="" onClick="window.close()">click here</a>
but when I hit "click here" it keeps the pop up open and it takes me to the root folder. I think it just closed the frameset that had the close link. I need to kill the entire pop up. Any help?
thanks in advance