码迷,mamicode.com
首页 > Web开发 > 详细

HTML元素 - input type=hidden

时间:2015-11-14 16:27:17      阅读:301      评论:0      收藏:0      [点我收藏+]

标签:

定义

传输关于客户/服务器交互的状态信息。

Transmits state information about client/server interaction.

注释

这种输入类型用户无法控制,但是却在提交表单时发送 value 属性的值。

此元素在 Internet Explorer 3.0 及以上版本的 HTML 和脚本中可用。

此元素不显示。

但是却在提交表单时发送 value 属性的值。input。

此元素不需要关闭标签。

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

The INPUT type=hidden element is available in HTML

This element is not rendered.

This element does not require a closing tag.

注:INPUT type=hidden 元素不会显示在文档里,所以用户也无法操作该元素。该元素通常用来传输一些客户端到服务器的状态信息。虽然此元素

=submit 此元素不需要关闭标签。此元素不需要关闭标签

Note: The INPUT type=hidden element does not appear visibly in the document and that the user

Remember that hidden fields can be viewed if your readers look at the source HTML, so don‘t use it f

示例代码

<INPUT TYPE=hidden NAME=recipient VALUE="haha@blabla.cn">

<INPUT TYPE=hidden NAME=subject VALUE="Feedback on your HTML Reference">

HTML元素 - input type=hidden

标签:

原文地址:http://www.cnblogs.com/love540376/p/4964457.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!