You are here: irt.org | About | Feedback | 1689 [ previous next ]
Feedback on:
Dropdown Menus
Sent by
Abbey on August 31, 2000 at 16:47:01:
Worth:
Very worth reading
Length:
Just right
Technical:
Too technical
Comments:
This article is great.....that is, up until the point where you introduce these lines of code:
var Current = document.formName.selectName.selectedIndex;
var currentText = document.formName.selectName.options[Current].text;
var currentValue = document.formName.selectName.options[Current].value;
There is no explaination as to what these codes mean or how to use and change them for your own purposes. Otherwise a very informative and helpful article.
Other feedback on 'Dropdown Menus' - show all