• How do I have the list of OPTIONs in a SELECT listbox change depending on the selection in another listbox?
• How do I scroll a SELECT MULTIPLE input / listbox so that the SELECTED OPTION is visible?
Read
• How do use buttons to insert text (e.g. HTML tags) into a TEXTAREA at the cursor position?
Read
• Solving the "form elements show through pop-up menu layer" problem
Read
How do I have the list of OPTIONs in a SELECT listbox change depending on the selection in another listbox?
Category: JavaScript
Category: Forms
Background
This is a common problem, e.g. you have one listbox which selects the country then you have a second which should only display the valid states/province for that country, or one listbox which shows categories and another which lists the subcategories for that category, etc...