thunderwatch
09-08-2002, 10:11 PM
I've successfully implemented the chromeless window at:
http://www.dynamicdrive.com/dynamicindex8/chromeless.htm.
But the window won't close with this in it:
<a href="#" onclick="javascript:self.close()">Close</a>
or this:
<a href="javascript:self.close()">Close</a>
It's not a problem in NS because NS doesn't create the chromeless window to begin with. You just get a regular window, and the regular one closes fine with either of the above. But in IE's chromeless window, the window just stays there.
Does anybody know why this is and what the remedy would be?
Thanks!
--Thunderwatch
http://www.dynamicdrive.com/dynamicindex8/chromeless.htm.
But the window won't close with this in it:
<a href="#" onclick="javascript:self.close()">Close</a>
or this:
<a href="javascript:self.close()">Close</a>
It's not a problem in NS because NS doesn't create the chromeless window to begin with. You just get a regular window, and the regular one closes fine with either of the above. But in IE's chromeless window, the window just stays there.
Does anybody know why this is and what the remedy would be?
Thanks!
--Thunderwatch