Forum Moderators: travelin cat
Seems in javascript window.closed always returns false on mac IE. How can I code around that to test if a window is closed before continuing to open another?
example:
if ((screenshot) && (screenshot.open) && (!screenshot.closed)) {screenshot.close();}
works on every other browser on every platform, but not IE mac which thinks the window is always open...
thanks for any help!