I am facing a challenge with a dropdown list that triggers a javascript function (function typechanged(var)) when its value is changed. My task now is to send the var to the server, receive a menu based on the var string, and update the div where the dropdown is located with the new response text from the server (which contains a new HTML dropdown string). The issue is that I am working with a standard HTML dropdown select element rather than an ASP drag and drop control element. I have searched for solutions but only found ones involving server controls in ASP elements. How can I achieve this with my current setup?