hello,

Textarea = Desc
Form= myform
Listbox = products

i do get the right INDEX using this:

Code:
document.myform.disc.value = document.myform.products.selectedIndex;
but when i try to get the value of that selectedindex, with the following it is not getting it:

Code:
document.myform.desc.value = document.myform.products.[products.selectedIndex].value;
Y NOT..

thnx
aLi