★ wanayoo — archive 1999 http://msdn.microsoft.com/workshop/author/dhtml/reference/objects/INPUT_hidden.aspNouvelle recherche | Portail wanayoo
MSDN Online Web Workshop   All Products  |   Support  |   Search  |   microsoft.com Home  
microsoft.com Home
  Home  |   Magazines  |   Libraries  |   Developer Centers  |   Resources  |   Downloads  |   Search MSDN
 
INPUT type=file Element |...     INPUT type=image Element ...     DHTML Objects    
Web Workshop  |  DHTML, HTML & CSS

INPUT type=hidden Element | INPUT type=hidden Object


Transmits state information about client/server interaction.

HTML Syntax

<INPUT	
    ACCESSKEY = key
    ALIGN = LEFT | CENTER | RIGHT
    ALT = text
    CLASS = classname
    DISABLED
    ID = value
    LANG = language 
    LANGUAGE = JAVASCRIPT | JSCRIPT | VBSCRIPT  | VBS
    LOWSRC =/old?u=http%3A%2F%2Fmsdn.microsoft.com%2Fworkshop%2Fauthor%2Fdhtml%2Freference%2Fobjects%2F%3C%2FB&y=1999> url
    MAXLENGTH = n
    NAME = name
    READONLY
    SIZE = n
    STYLE = css1-properties
    TABINDEX =n
    TITLE =text
    TYPE = HIDDEN
    VALUE = value
    event  = script
>

Remarks

This input type presents no control to the user, but sends the value of the value property with the submitted form.

The hidden element does not require a closing tag.

This element is available in HTML and script as of Microsoft® Internet Explorer 3.0.

Members

Styles

See Also

INPUT, INPUT type=submit