DHTML Methods
Executes the script defined for the sExpression parameter in the sLanguage parameter.
window.execScript ( sExpression, sLanguage )
sExpression |
Required. Code to be executed. |
sLanguage |
Required. Language in which the code is executed. The language defaults to JScript™ ( compatible with ECMA-262 language specification ). |
No return value.
window