hi,
i want disable the select box...
i want disable the select box...
Code:
<script> document.frmreq.selintloc.disabled=true; </script> <select name=selitloc[] mutiple=mutiple> <option value=chennai>chennai</option> <option value=salem>salem</option> </select>
Comment