CFWindow Timing Issue
I am incorporating CFWindow and coldfusion.window functions into my site and have them working very well except for one issue. I would like to execute some javascript after the cfwindow fully opens but everything I am doing appears to execute after the popup appears but before the coldfusion page loads into the new popup.
I have tried ajaxonload(), javascript onload, $('#docload').ready(function(), ColdFusion.Window.onShow('mywin'); etc.
They all seem to execute before the actual end of the loading process.
Is there a way to execute javascript after the page is completely done? Any help on this would be greatly appreciated.
