>I never found ColdFusion's "destroy()" implementation to work in CF8. 
>Not sure why...
>


Right, well, in 8.0 the .destroy method wasn't functional... but in the 8.0.1 
build it was made right and, as I suggested in my original post, running under 
windows, it works like a charm.  I actually ended up working around this 
problem rather than solving it.

My original problem was that when I'd reopen the modal window with a new URL, 
it wouldn't refresh because the window still existed from the first time it was 
created... and was just unhidden when I invoked the window.create call.

".destroy"ing the window after each use resolved this issue but under LINUX, 
for reasons unknown, that function was "not found".

In the end, I resolved this problem by leaving the window hidden and then, via 
the 'old school' method, just issued a ColdFusion.navigate() against the modal 
window to force the URL to change.

I'd still love to know how I could have stayed with my original approach but 
for now, I'm back in action.

Thanks for your input. 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:335438
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to