Hi - I am writing a web page in which I want to use javascript to dynamically generate a drop down menue based on which radio button is selected. I've tried to set up a javascript function to generate this drop down using code
document.form.dowpdownname.options[0] = new Option('', '', '');
but...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.