On Wed, 24 Feb 1999 [EMAIL PROTECTED] wrote:
> Can someone point me to a FAQ or resource about executing a CGI script from
> within Java. I don't want to display the result, which I have done, just
> execute the CGI.
There's a HOWTO by David Silber on writing Java CGI. It can be found on
most L
Supposing that is an Applet, call
AppletContext.showDocument("http://my.server.com/cgi-bin/my.cgi")
Or anything like that ...
Or you can open a Socket at server's 80 port, do the "GET HTTP/1.0
/cgi-bin/my.cgi" and get the result (If it have one)
At 16:06 24/02/99 , [EMAIL PROTECTED] wrote:
>C
Can someone point me to a FAQ or resource about executing a CGI script from
within Java. I don't want to display the result, which I have done, just
execute the CGI.
r.b.
Linuxsoft
http://www.linuxsoft.net
408.289.1286
--