Unable to use select element in the dropdown code with automatic redierect. Programming Web Development by daniel36 i have the code in my project- <Script language="JavaScript"> function goto(form) { var index=form.select.selectedIndex if (form.select.options[index].value != "0") { location=form.select.options[index].value;}} </SCRIPT> <FORM NAME="form1"> <SELECT NAME="select&… Re: Unable to use select element in the dropdown code with automatic redierect. Programming Web Development by niranga I changed your URLs into Google and Facebook, just to make sure other parts are working and it worked. <script language="JavaScript"> function goto(form) { var index=form.select.selectedIndex if (form.select.options[index].value != "0") { location=form.select.options[index].value;…