|
Hi All, I want to call a servlet post method from normal applet. I tried following code:
URL url = newURL("http://localhost:8080/strutstutorial/basicservlet"); URLConnection con = url.openConnection();
but it calls get method.
can any one help me is there any API so that we can call Post method of servlet from applet.
tanks, Gaurav
|