I try having the following code in my DCT as mentioned in the IW manual..., but I am not able to trigger the alert message in the JS
Hi There,I try having the following code in my DCT as mentioned in the IW manual, but I am not able to trigger the alert message in the JS. Any help?scriptfunction AddHostList() {alert('Add HostList selected');}/scriptInside my DCT I have a contained and call the following.dialog type="button" label="AddToList" function="AddHostList" rowcontinue="t"/dialogRegards,