I have a multiple select Listbox, I wrote a javascript try to catch those Choice I made, but it does not work.
while (i <= document.myform.lstassignee.count)
{
x=document.myForm
if (x.lstassignee.options[i].selected) {
txt=x.lstAssignee.options[i].text + " " + txt
}
i++
}
Could somebody help??? Thanks very much