Hi everyone,
I'm trying to run the command "net send message" from the command prompt from a webpage, on the CLIENT side. This is for an intranet application and everyone is running IE.
The error I'm receiving is "Object Required: 'WScript'". Anyone have an idea what I'm doing wrong?
Keith
I'm trying to run the command "net send message" from the command prompt from a webpage, on the CLIENT side. This is for an intranet application and everyone is running IE.
Code:
set WShell = CreateObject("WScript.Shell")
WShell.Run netSendString
The error I'm receiving is "Object Required: 'WScript'". Anyone have an idea what I'm doing wrong?
Keith