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);

Property Value

The identifier of the element.

See Also

HTMLElement Object | HTMLElement Members | DOM Namespace