Hi
I have an application where I have the following script on input:
if (input.QMCreate_Change_Notice_based_on_this_QCS == "Yes")
{
openUrl("http://www.creator.zoho.com/xxx", "popup window", "height=600,width=750");
}
When I set "QMCreate_Change_Notice_based_on_this_QCS" to "Yes" it opens a new window correctly, but unfortunately it also close my already open window which is in edit mode, and close it without updating.
Why does it close the existing? this does not make any sense!
Br Skouboe