Form Control JavaScript DHTML




function formAction(){
    var x=document.getElementById("mySelect")
    x.size="3"
}