Table of Contents
Document.getElementById Method 

Returns a reference to the first Element with the specified value of the id attribute.

Syntax
 public Element getElementById(
   string id
);

Parameters

id
The id of the element.
See Also