Form JavaScript Tutorial

The name property is used get the name for the Hidden object.
This is the HTML NAME attribute for the Hidden object.


    
     Using the name property of the Hidden object
    
    
    
    Form name:
    


           onClick='alert("The Hidden object name is: " + form1.hide1.name)'>