BrightNail
03-18-2003, 10:09 PM
hey all,
I was trying to use my "normal" method to find the selected element in a select box and apply it to a MULTIPLE select box, but I always get a 'undefined' value...is it different accessing this sort of element?
document.formname.elementname.options[document.formname.elementname.selectedIndex].value
but this doesn't seem to work on a Multiple select..what gives?
any help appreciated..
BrightNail
I was trying to use my "normal" method to find the selected element in a select box and apply it to a MULTIPLE select box, but I always get a 'undefined' value...is it different accessing this sort of element?
document.formname.elementname.options[document.formname.elementname.selectedIndex].value
but this doesn't seem to work on a Multiple select..what gives?
any help appreciated..
BrightNail