HTMLElement.Id Property
Gets or sets the identifier of the element.
[VBScript] Public Property Id As String
[JScript] public function get Id() : String; public function set Id(String);
The identifier of the element.
HTMLElement Object | HTMLElement Members | DOM Namespace