Hi,
I am using Interwoven 6.5
I have some problem with Multiple Select box values.I am using the following javascript below
var stroption = IWDatacapture.getItem("/aboutus/content/topics").getValue();
alert(stroption);
to get values selected for the Multiple - Select box.Lets say if it returns
1,2,3,4.
i have to get in a array all these values using split function in javsacript.
When i use split function something like below.
var temp=stroption.split(",");
I am getting save error in Forms like below
"Save was unsuccessful. Invalid category/type null was received."
Kindly advise.
Thanks