Hi,
I need to make the browser go to another URL from the applet being viewed,
so I use the showDocument method.
But the URL I want to visit is a CGI script using the POST method.
As I want to pass parameters to that script, I need an output stream to
the URL connection.
So I use URLconnection , with openConnection, setDoOutput(true),
getOutputStream(), write my parameters, close this stream, and receive
HTML from the CGI script. But I want to make the browser view this HTML
code. showDocument doesn't seem to accept anything else but a URL.
Any clues?
HELP!!!
Hicham Mouline
----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]