Forums
This topic is locked
Change Property UD Behavior
11 Dec 2001 20:25:59 web god posted:
<font face='Tahoma'>I am looking to make a combo box full of items, and when the user selects one it puts the Selected value into a text box. I applied the Change Property behavior to this list, and when it changes properties I can get it to change the value of the text box just not to the dynamic value of the selected item. I would appreciate any help. Thanks guys.</font id='Tahoma'>Randy Hance
Replies
Replied 11 Dec 2001 20:53:46
11 Dec 2001 20:53:46 web god replied:
Nevermind i figured out how to hand code it. just put this code in where it puts the value
document.form1.select.options[document.form1.select.selectedIndex].value
hope this helps someone
document.form1.select.options[document.form1.select.selectedIndex].value
hope this helps someone