I have a link and opens up a CFWindow. I'm using the default CFWindow skin. I would like to execute a specific function when the user clicks on the X button.
I would like to show a div (which will be hidden by default) when I close the CFWindow. I assume I can use ColdFusion.Wind ow.onHide somehow but I don't know how.
All the examples I've seen on the net use a href link to call the onHide handler. I would like to call this event handler when a user closes the window using the X that comes by default in the CFWindow ...er...window? :)
Thanks in advance!
I would like to show a div (which will be hidden by default) when I close the CFWindow. I assume I can use ColdFusion.Wind ow.onHide somehow but I don't know how.
All the examples I've seen on the net use a href link to call the onHide handler. I would like to call this event handler when a user closes the window using the X that comes by default in the CFWindow ...er...window? :)
Thanks in advance!
Comment