A little question but difficult to explain. Just follow my reasoning if you would :
On the forum, I would like to add a special features which would enable our user on the Intranet, to send each other a message by using the "net send" command in MS-DOS. Basically, the users should be able to select ( in a sort of dropdownlist ) another user and have a "message" field in which to fill in their message. This message would then popup on the other users screen. This woud be ideal to connect our overseas offices with a single, direct message system.
The problem is writing the ASP file ( when it is even possible ... ). The NET SENT command looks like this :
net send "username" "message". As the user is logged in, we can even add the senders name to the message by adding message sent from : "loginname sender
Would anybody be so kind as to take a look at this and give me an hand ? I would very much appreciate it.
--- dont shoot me for asking questions ... I'm just learning ---