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
Which Pervasive do I need??
Some contacts not syncing with blackberry
Ancient of Days
The user groups are only accessible by directly typing in the URL
view source code for .exe file
isa 2004 - opening up port 1433 to one external IP address for SQL server
Server 2008 will restart on its own with this error during DC promo to this server
Run the Windows 'RUN" from vb.net
VB 2008 - Programmatically updating controls from an array
How to set Combobox and Textbox to ReadOnly?