banner

External.ExecScriptFn method

Executes a script function in MSobshel.htm.

Syntax

window.external.ExecScriptFn(sFunction);

Parameters sFunction

String. The name of the function to execute.

Return Values Variant. The return value of the executed function.
Applies To window.external
Example
var vRet = window.external.ExecScriptFn("GoNext();");
Comments The Windows Welcome navigation architecture, written in JScript, resides in the %WINDIR%\System32\Oobe\Msobshel.htm file.