Param |
Method |
Event |
|
|
HeadValue현재 편집 중인 문서의 HTML head정보(<head>~</head>)를 얻거나 설정합니다.
Syntax[get] HRESULT HeadValue( [put] HRESULT HeadValue(
Parameters[get] pVal [out, retval] 현재 문서의 head 정보를 HTML 형식으로 출력합니다. [put] newVal [in] 현재 문서에 적용할 head 정보를 HTML 형식으로 입력합니다.
Return Values항상 : 0
Sample CodesVBScript [get] dim object VBScript [put] dim object
JavaScript [get] var object = document.getElementById('Wec'); JavaScript [put] var object = document.getElementById('Wec');
See AlsoValue, BodyValue, TextValue, MIMEValue, SelectedValue, SelectedTextValue, InsertValue |