reading form elements in JavaScript

wxdqz

New Member
Does anyone know where I can get a list of options when reading form elements? For instance the following line of code

document.form.menu.options.value

would get me the value of a form's (named form) pulldown menu's (named menu) option. That sounds confusing -- if you want me to explain better, I'll try. Thanks.
 
Back
Top