Board index » Visual Studio » Client-side <-> server-side thing...
|
RFBonte
|
Client-side <-> server-side thing...
Visual Studio247
hello How to do this: a client connects to my Web site (ASP) and pushes a button (client-side, javascript) that tells the SERVER to open a modem connection (server-side .dll) to a remote modem. The computer having the remote modem is a industrial PC collecting data and upon request it should send data back to the SERVER, and the data should again be shown in the client-side textfield, for example How to launch a server-side method (.dll) from a client-side javascript, and when data is received through the modem in the SERVER, how to show that data again in the client-side Thanks in advance for any comments Mike - |
