|
-
Jun 19th, 2001, 08:17 AM
#1
Thread Starter
Lively Member
Mutiple selected listbox
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|