W
WagnerR
I have an applet which needs to submit to a CGI via POST. I want the results of
that POST to be shown in a new web page. I can do this with a GET by creating
the URL for the CGI and parameters and using
getAppletContext().showDocument(url), and the browser changes its URL to that
of the CGI and the results from the CGI are displayed in the new page.
Is there a way to do this via a POST operation? I have seen the various code
samples for submitting a POST via URL, HttpURLConnection, etc., and can even
read back the results, but don't know how to get the results into a new page in
the browser.
Thanks,
Ron
that POST to be shown in a new web page. I can do this with a GET by creating
the URL for the CGI and parameters and using
getAppletContext().showDocument(url), and the browser changes its URL to that
of the CGI and the results from the CGI are displayed in the new page.
Is there a way to do this via a POST operation? I have seen the various code
samples for submitting a POST via URL, HttpURLConnection, etc., and can even
read back the results, but don't know how to get the results into a new page in
the browser.
Thanks,
Ron