Hi all,

How do I read/get the whole text string? What I have is a
list box or pulldown text box but when I read the selected
value, I only got the first word and not the entire string.

OnChange="assignValue(this.options[this.selectedIndex].value)

Reaally appreciate if someone can help. Thanks in advance.

Jay