|
Property |
Method |
Event |
|
|
HeadValueSpecifies or gets the HTML head information (<head>~</head>) of the current document. Syntax[get] HRESULT HeadValue( [put] HRESULT HeadValue( Parameters[get] pVal [out, retval] Prints the head information of the current document in HTML format. [put] newVal [in] Puts head information into the current document using HTML format. Return Values'0' (always) Sample CodesVBScript [get] dim object VBScript [put] dim object See AlsoValue, BodyValue, TextValue, MIMEValue, SelectedValue, SelectedTextValue, InsertValue |