There's a few ways to a new list to load depending on what's selected in the first list. You could have the page reload when the user selects a different option and add the selection to the url(e.g., something.php?selection=value). However, if you want to avoid reloading, then you could use an...