Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the character set used to encode the object.
Syntax
HRESULT IHTMLDocument2::get_charset(BSTR *p); HRESULT IHTMLDocument2::put_charset(BSTR v);
Parameters
- p
Pointer to a variable of type BSTR that receives the character set.- v
BSTR that specifies the character set.
Return Value
Returns S_OK if successful, or an error value otherwise.
Remarks
In Microsoft Internet Explorer 6, This property now applies to the a, link, and script objects.