Contents Index Topic Contents | ||
Previous Topic: execCommand Next Topic: expand |
execScript
Description
Executes the script defined for the expression parameter in the language parameter. The language defaults to JScript.
Syntax
object.execScript(expression , language)
Parameter Description expression String specifying the code to be executed. language String specifying the language in which the code is executed. Return Value
No return value.
Applies To
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.