Can some please help.
I'm trying to add a string to a list box in the parent form from the child for when the user clicks submit.
Here is what I have and it gives me an unknown exception!!!!
eval("opener.document.frmMarketingRecord.ActionItems.options[0] = new Option(ListBoxItem)");
Thanks
I'm trying to add a string to a list box in the parent form from the child for when the user clicks submit.
Here is what I have and it gives me an unknown exception!!!!
eval("opener.document.frmMarketingRecord.ActionItems.options[0] = new Option(ListBoxItem)");
Thanks