Contents Index Topic Contents | ||
Previous Topic: IHTMLScreen::get_fontSmoothingEnabled Next Topic: IHTMLScriptElement::put_src |
IHTMLScriptElement
This interface specifies a script for the page that will be interpreted by a script engine.
Code within the SCRIPT block that is not contained within a function is executed immediately as the page is loaded. To keep scripts from being displayed on down-level browsers, the SCRIPT block should be nested within a comment block.
This element is a block element.
IHTMLScriptElement Methods
put_src get_src put_htmlFor get_htmlFor put_event get_event put_text get_text put_defer get_defer get_readyState put_onerror get_onerror put_type get_type
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.