| Author |
call a html/jsp page from an applet and pass parameters in post method
|
Ravi Kumarasinghe
Greenhorn
Joined: Apr 08, 2002
Posts: 12
|
|
I need to call a html/jsp page from an applet and pass parameters in post method. Currently I am using getAppletContext().showDocument(uRL); and parameters added to the end of the URL string. But this uses get method and the parameters can be seen in the browser with the URL. How can I send these parameters in the post method
|
 |
 |
I agree. Here's the link: jrebel
|
|
subject: call a html/jsp page from an applet and pass parameters in post method
|
|
|