Атрибут NAME
NAME=
NAME=string
Specifies the name of the control, bookmark, or applet.
JavaScript allows the name to be changed at run-time. This does not change
the name in the programming model to change, in the collection of elements, but
does change the name used for submitting elements.
The name is used to bind the value of the control when submitting a form. The
NAME is not the value that is displayed for the button, reset, and submit
objects. Submitting the form submits the internally stored value, not the one
displayed.
Applies To
A, APPLET, FORM, IMG, INPUT, LINK, META, OBJECT, SELECT, TEXTAREA