Form Control JavaScript DHTML




function formReset(){
    var x=document.forms.myForm
    x.reset()
}




Enter some text in the text fields and then press the "Reset form" button