Hi!
When I put code into the onunload= hendler I get the problem conserning the close and refresh window actions.
Situation: when I close window with my "close" button on the page, some code dealing with closing child windows goes, but to get the same functionality with closing through standard "x" window button - I need to put the same code (function) to onunload= body tag. Here the problem :-( that the window.location.reload (which I use on the same page as well) function is also pushes the "onunload=" event. So it also closes the window...
Any ideas?
When I put code into the onunload= hendler I get the problem conserning the close and refresh window actions.
Situation: when I close window with my "close" button on the page, some code dealing with closing child windows goes, but to get the same functionality with closing through standard "x" window button - I need to put the same code (function) to onunload= body tag. Here the problem :-( that the window.location.reload (which I use on the same page as well) function is also pushes the "onunload=" event. So it also closes the window...
Any ideas?