I'd like to use Net Send from an Intranet page as a Messenging service, using the following code (similar to previous post
<%
Set server_shell = Server.CreateObject("wscript.shell"
server_shell.Run "net send username testmsg"
Set server_shell=nothing
%>
Is there a way I can I get this code to execute at the client rather than the server, so that the pop-up will be sent from the client machine?
TIA.
<%
Set server_shell = Server.CreateObject("wscript.shell"
server_shell.Run "net send username testmsg"
Set server_shell=nothing
%>
Is there a way I can I get this code to execute at the client rather than the server, so that the pop-up will be sent from the client machine?
TIA.