Property name As String
MSHTML.HTMLInputElement 的成员
---------------------------------------------
Property document As Object
只读
MSHTML.HTMLInputElement 的成员
Microsoft JScript allows the name to be changed at run time. This does not cause the name in the programming model to change in the collection of elements, but it does change the name used for submitting elements.
The [NAME] attribute cannot be set at run time on elements dynamically created with the createElement method. To create an element with a [name] attribute, include the attribute and value when using the createElement method.