Gets or sets a user-defined value for the current document.

[VBScript]
Public Property Cookie As String
[JScript]
public function get Cookie() : String;
public function set Cookie(String);

Property Value

The string representing a user-defined value.

See Also

HTMLDocument Object | HTMLDocument Members | DOM Namespace