Re: [PHP] Part II: Help on JavaScript Windows with PHP

2001-12-28 Thread Bogdan Stancescu
The way it looks to me, you do both the window opening sequence and the closing procedure twice: - Window opening: you specify window options (toolbar, status bar etc) once in the window.open() call and once in the actual window code; - Window closing: you perform the same actions once upon clicki

[PHP] Part II: Help on JavaScript Windows with PHP

2001-12-28 Thread Carlos Fernando Scheidecker Antunes
Hello Bogdan, I greatly appreciated your help. Now it is way better but some behaviours are still weird as I describe below: On Microsoft Internet Explorer: - If you close the popup window by clicking the close icon, the onunload event works just fine. - If you close the popup window by clos