Cascading Combo box HTML
问题 I am not really a web person and am having trouble creating a cascading combo box. I have my options, but when I cannot figure out how to do a JavaScript command to switch the second box depending on the first box's selection. These are my first set of options: <select id="searchType" onchange="selectedOption(this)"> <option value="sessions">Sessions</option> <option value="files">Files</option> <option value="clients">Clients</option> </select> Depending on what they click there I would like