20.5. Hidden Fields in XHTML MP

A hidden field is not shown on the screen of mobile devices. It is used to store some state information that is required by the mobile Internet application. The following markup code creates a hidden field in XHTML MP:


<input type="hidden" name="name_for_this_element"/>


The value attribute defines the value to be sent to the server. For example:


<input type="hidden" name="temp_id" value="123456"/>


Previous Page Page 32 of 36 Next Page


Feedback Form (ExpandCollapse)

What do you think about this web page?






(Optional) Please provide us more details. For example, suppose you select option 2 above, can you tell us specifically what information is missing? You can also suggest anything that can help us improve this web page.

(Optional) Your name:

(Optional) Your email address:

Please enter again to confirm:

Due to the amount of messages we received, we may not be able to reply to all messages.

A button for going back to the top of this page