In an IE client, you'll get this if WSH isn't installed on the client or the
browser security setting for "...ActiveX Controls not marked safe.." is set to
Disable (as opposed to Enable or Prompt)...
--
Michael Harris
Stalin Torres <stali
...@hotmail.com> wrote in message
news:e6lOLhS1#GA.221@cppssbbsa02.microsoft.com...
| hi, every body
|
| any one knows why this code isīnt functioning?
|
|
| <Script language="vbscript">
| function ejecutar()
| Set WshShell = CreateObject("WScript.Shell")
| WshShell.Run("notepad")
| end function
| </script>
|
| when i try it appears this message:
| * the Activex componet canīt create the object "Wscript.shell" *
|
| if any one knows the answer PLEASE help me.
|
|