Table of Contents
Document.getElementsByName Method 

Returns an array of Elements with the specified value of the name attribute.

Syntax
 public Element[] getElementsByName(
   string name
);

Parameters

name
The value of the name attribute.
See Also