Archive for July 20th, 2008

Sunday, July 20th, 2008

Dynamic Dropdown Boxes

One way in which JavaScript can make your forms more user friendly is where you have multiple dropdown lists where what is a valid selection in one list is dependent on what is selected in another list. Let’s take a look at how you can use JavaScript to link two dropdown lists together so that [...]