wrote:
> You can in fact use the ShellExecute in js to launch applications (no
> prob).
If it works with your particular settings and requirements then fine,
but in general with normal security settings IE does not allow a web
page loaded via HTTP to do stuff like
var wshShell = new ActiveXObject('WScript.Shell');
wshShell.Run('notepad.exe');
the object creation will not be allowed.
And with Windows XP SP 2 and IE there script and ActiveX in HTML
documents loaded from the file system is disabled by default and only if
the user after a warning allows it the page is reloaded with script and
ActiveX enabled.
--
Martin Honnen
http://JavaScript.FAQTs.com/