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


A button for going back to the top of this page