Asp.Net Basic Program
- by Abid Ali
I want to Visible the combo Box named Cities when i click the Country Pakistan.. but the combo box visibility remains Hidden.. how do i do so ? I think my Code is correct but it is not working :s .. Help Required..
<select id="Items" name = "Countries">
<option id="Pakistan" onclick="VisibileTrue()">Pakistan</option>…