DemonstrationExample of Retrieving Simple Raw HTML From A CGI Script
This example demonstrates simply calling a CGI script which outputs HTML. The HTML returned from the CGI/Perl script is displayed in the TextArea on the applet.
Pure JavaCGIBridge Example Applet Retrieving Raw HTML
View The Source To Example4Applet.java
View The Source To JavaCGI Bridge.java
View The JavaCGIBridge JavaDoc File
View The Source To JavaCGIBridgeTimeOutException.java
View The JavaCGIBridgeTimeOutException JavaDoc File
View The Source To test_raw_html.cgi
Plain CGI Script Sending Simple Raw HTML Data
Run test_raw_html.cgi CGI/Perl Script