Chained Select with NO jQuery or Ajax
I'm using XAMPP Lite - USB Version and found that the jQuery chained select boxes scripts don't work because they rely on AJAX which is not working on my XAMPP. I have two Select boxes: <label>Province</label> <select name="province"> <option value="ontario">Ontario</option> <option value="quebec">Quebec</option> <option value="novascotia">Nova Scotia</option> </select> <label>city</label> <select name="city"> </select> I need to be able to select a province and load different cities into the "city" name select. I have to do this without jQuery or Ajax . FYI It does not matter how long the