Hi all, So I open a window using Window.Open, and close it using onclick="window.close()". This works fine with IE7 & IE8, but I'm having no luck getting this to work with FireFox 3.0.
Any simple solutions?
DrDoc
2:54 am on Jul 24, 2009 (gmt 0)
What element is the event attached to?
Meat Curtian
12:46 pm on Jul 24, 2009 (gmt 0)
In the child window I'm using onclick="window.close()" in an attempt to close this popup. There seems to be many fixes for FireFox, yet I've not found one that works. The onclick="window.close()" does work fine with IE, but I have about 15% of traffic using Firefox.
Thanks...
rocknbil
1:57 pm on Jul 24, 2009 (gmt 0)
This should work, as DrDoc asks, what's it attached to? As in, button element: