Form Control JavaScript DHTML




function formAction(){
    var x=document.getElementById("mySelect")
    alert(x.length)
}