Quick, hopefully simple question:
I can refer to the contents opf a text box like this;
Is there a similar way to refer to the value list of a drop down menu?
Is there any source on the net that shows what methods are associated to what controls??
Thanks in advance
I can refer to the contents opf a text box like this;
Code:
myForm.myTextBox.value
Is there a similar way to refer to the value list of a drop down menu?
Is there any source on the net that shows what methods are associated to what controls??
Thanks in advance