Question
ColdFusion.Window.destroy issues
I have been trying to get this to work, and I am not able to
get a working solution. I have tried all weekend to no luck.
Heres what Im doing>
I have a page that I have a href link that i have opening a CFwindow loading a page. That is working. What i would like to do is be able to once the CFWindows closes, that it will destroy the window instance, so that if I wanted to navigate to another page, then back to that page, the window would be new. The window name is static and needs to stay static if all possible.
Here is some test code i'm working on. I'm trying to have it so that once the user hits the 'x' to hide the window, it will destroy itself. Its going to be a file rename page, so I'm also doing a page refresh in there. I can work on that later, but for now, Im just trying to get the window to destroy.
Anyone have a suggestion on what to try?
Heres what Im doing>
I have a page that I have a href link that i have opening a CFwindow loading a page. That is working. What i would like to do is be able to once the CFWindows closes, that it will destroy the window instance, so that if I wanted to navigate to another page, then back to that page, the window would be new. The window name is static and needs to stay static if all possible.
Here is some test code i'm working on. I'm trying to have it so that once the user hits the 'x' to hide the window, it will destroy itself. Its going to be a file rename page, so I'm also doing a page refresh in there. I can work on that later, but for now, Im just trying to get the window to destroy.
Anyone have a suggestion on what to try?
