Re: execute cgi withinjava

1999-02-24 Thread Fernando Barrocal
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

Applet

1999-02-19 Thread Fernando Barrocal
Hello I'm a NEWBIE on this java thing :) How do I create and write a file on server with an Applet THANK YOU