IHTMLScriptElement::get_textIHTMLScriptElement::get_text*
*Contents  *Index  *Topic Contents
*Previous Topic: IHTMLScriptElement::put_text
*Next Topic: IHTMLScriptElement::put_defer

IHTMLScriptElement::get_text


HRESULT get_text(
    BSTR *p 
);

Retrieves the text contained within the SCRIPT element.

p
Address of a variable that receives the text.

See also put_text

Up Top of Page


IHTMLScriptElement::put_text


HRESULT put_text(
    BSTR v 
);

Retrieves the text contained within the SCRIPT element.

v
String specifying the text.

See also get_text


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.