HTMLDocument.Cookie Property |
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);
The string representing a user-defined value.