Hi,
I have a window with an hidden frame that creates an Excel object, it does some work and, when all is done, sets the excel object to nothing and then ends the visible window.
Everyting works fine except if the user presses the X to close the window: in that case the Excel application remains up&running. I cannot kill all the "Excel.exe" application, but I have to terminate the right one.
I've tried with the onunload event in the window, but it seems not to work properly, or perhaps I don't know how to manage it (I'm just an ASP beginner).
Can you help ?
Thanks
I have a window with an hidden frame that creates an Excel object, it does some work and, when all is done, sets the excel object to nothing and then ends the visible window.
Everyting works fine except if the user presses the X to close the window: in that case the Excel application remains up&running. I cannot kill all the "Excel.exe" application, but I have to terminate the right one.
I've tried with the onunload event in the window, but it seems not to work properly, or perhaps I don't know how to manage it (I'm just an ASP beginner).
Can you help ?
Thanks