getElementsByName method (Internet Explorer)
Gets a collection of objects based on the value of the NAME or ID attribute. Syntax var retval = document.getElementsByName(v); Parameters v [in] Type: BSTR A String that specifies the value of a NAME attribute. Return value Type: IHTMLElementCollection .
msdn.microsoft.com |