Form JavaScript Tutorial

The value property represents the HTML VALUE attribute of the Reset button.


    
     Example of the reset value property
    
    
    
    Enter Name: 
    

    Enter Phone: 
    


           onClick='alert("The button value is: " + document.form1.resetbutton.value)'>