A Brief Introduction to the form elements that can be submitted and a brief introduction to the form elements
A Brief Introduction to the form elements that can be submitted:
Since it is a form element, it is ready to be submitted at any time, but sometimes some form elements cannot be submitted after some attributes are set, the following describes the attributes that cannot be submitted after being set.
Cannot be submitted:
<Input type = "text" name = "antzone" disabled/>
The preceding two text boxes will not be submitted.
Can be submitted:
<Input type = "text" name = "antzone" readonly/> <input type = "hidden" name = "antzone" readonly/> <input type = "text" name =" antzone "style =" display: none "/>
The values of the preceding three text boxes are still submitted.
Original address: http://www.51texiao.cn/HTML5jiaocheng/2015/0612/4019.html
The most original address is: http://www.softwhy.com/