The form elements that can be submitted are briefly described:
Since it is a form element, it is ready to be submitted, but sometimes some form elements are set a certain properties can not be submitted, the following describes the setting of which properties after the table cells can not be submitted.
Not be able to be submitted:
<type= "text" name= "Antzone" disabled/>
The above two text boxes will not be submitted.
Can be submitted:
<inputtype= "text"name= "Antzone"ReadOnly/><inputtype= "hidden"name= "Antzone"ReadOnly/><inputtype= "text"name= "Antzone"style= "Display:none"/>
The values of the above three text boxes will still be submitted.
The original address is: http://www.51texiao.cn/HTML5jiaocheng/2015/0612/4019.html
The most original address is: http://www.softwhy.com/
Simple introduction of form elements that can be submitted