![]() | ![]() | ![]() |
| ||
|
IHTMLScriptElement::get_text
HRESULT get_text( BSTR *p );Retrieves the text contained within the SCRIPT element.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a variable that receives the text.
See also put_text
IHTMLScriptElement::put_text
HRESULT put_text( BSTR v );Retrieves the text contained within the SCRIPT element.
- Returns S_OK if successful, or an error value otherwise.
- v
- String specifying the text.
See also get_text
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.