Thanx a lot..its working..
K
krrish chaitanya
@krrish chaitanya
Posts
-
how to pass the slected option from a html drop down list to a java script variable?? -
how to pass the slected option from a html drop down list to a java script variable??Thanx a lot Jules..
-
how to pass the slected option from a html drop down list to a java script variable??This is my drop down list..If i select Others here..i need to dispalya text box..and pass that text box value to a java script variabble
<select id="dept"> <option value="Dept1">Dept1</option> <option value="Dept2">Dept2</option> <option value="Dept3">Dept3</option> <option value="Others">Others</option> </select>