[ back to toc ]

Running of executable file over the server and the client

Date: 2002/01/13 10:09

Q:
Hi,

I just want to ask for a help on how to run an executable file to the
server as well as to the client. I'm hoping for your immediate response
and thanks in advance.

*NAME-DELETED*
A:
T o run an executable file on a server is something like CGI. SO you want
to program CGI don't you.

Running an executable file on the client can not be done without the
expressed willingness and actions of the person sitting in front of the
client computer. This is for security reasons. However youc an have any
JavaScripts to be executad so long as long the JavaScript does not want to
read or write local files.

Regards,
Peter

[ back to toc ]