Microsoft
Software
Hardware
Network
Question : URGENT: Need help with ColdFusion.Window.onHide
Hi,
I'm on CF 8. I'm trying to pass a parameter value into the cleanup() (see code below), but I'm getting an error. Is there a way to pass a parameter into the cleanup() then?
<script>
function cleanup(id) {
ColdFusion.Window.destroy(
'myWin',tr
ue);
document.getElementById('c
heckid_' + id).style.display = '';
}
function showWin(id) {
//do we have one?
try {
ColdFusion.Window.destroy(
'myWin',tr
ue);
} catch(e) { }
ColdFusion.Window.create('
myWin','Ed
it Prduct Info', 'test123.cfm?id='+id,{cent
er:true});
ColdFusion.Window.onHide('
myWin',cle
anup(id));
}
</script>
Many thanks in advance.
Answer : URGENT: Need help with ColdFusion.Window.onHide
No, you don't have to undeploy them, they can be stopped without any problems.
Random Solutions
Import text file to access table
howto get user mailbox off SBS 2008
Hyper-V R2 virtual machine storage on ISCSI SAN affecting live migration
SQLSERVER 2005 mirroring
Want to run script when a file is put in a folder
Send Email from Winform application
A substitute for Terminal Server running under 2003. Any 3rd party tool, having basic features of TS?
sp_change_users_login and user permissions
How do I reset the name of the "Title" column in Sharepoint after it has been renamed in error.
Segregating Users Within SBS 2008