javascript window execScript( )
| execScript( ) | NN n/a IE 4 DOM n/a |
|
execScript(expressionList [, language]) |
|
|
Evaluates one or more script expressions in any scripting language embedded in the browser. Expressions must be contained within a single string; multiple expressions are delimited with semicolons:
window.execScript("var x = 3; alert(x * 3)")
|
|
|
The default script language is JavaScript. If you need to see results of the script execution, provide for the display of resulting data in the script expressions, as shown in the example. The execScript( ) method itself returns no value. |
|
| Parameters | |
|
|
| Returned Value | |
|
None. |
|
Previous: javascript window find( )
2243,Nickname,Homepage or email,Comments here,Add comment
