|
Posted by mbstevens on 07/12/06 11:18
On Wed, 12 Jul 2006 11:45:32 +0100, Dylan Sung wrote:
> I have an executable file I created to extract data from text file, but I'd
> like to invoke it from a HTML interface. Can anyone tell me how this is done
> using HTML code? If not, can it be done using a simple java script ?
>
> Thanks in advance.
>
> Dyl.
Most servers can use one of several languages
to run server side processes. If your program is in one of these
languages, you are ready to go. If not, your executable can be
called from one of these languages. Google for CGI, Perl, and
PHP. Other interfaces and languages are also available.
[Warning]: Allowing visitors to call programs on the server
can be dangerous to your site and the server machine.
Get up to speed on security before doing this.
[Back to original message]
|