Hidden.type : Hidden Object « Form « JavaScript Tutorial






The type property specifies the hidden type.

For all Hidden objects, the type value is Hidden.

<html>
    <head>
    <title> Using the type property of the Hidden object</title>
    </head>
    <body>
    <form name="form1">
    Form name:<input type="hidden" name="hide1" value="Test">
    <P>
    <input type="button" value="Hidden Type"
       onClick='alert("The Hidden object type is: " + form1.hide1.type)'>
    </form>
    </body>
    </html>








10.20.Hidden Object
10.20.1.Hidden
10.20.2.Hidden.form
10.20.3.Hidden.name
10.20.4.Hidden.type
10.20.5.Hidden.value