Hello Manav, If your only worry is to send data to the servlet from the applet and get back the processed results and both(applet and servlet) were residing on the same web server then you can use URL and URLConnection objects to achieve this. Tutorials on Java Site will guide you. Please go to http://www.javasoft.com/docs/books/tutorial/servlets/index.html http://java.sun.com/docs/books/tutorial/networking/urls/index.html Hope it helps. -- Pankaj. Manav Aggarwal <[EMAIL PROTECTED]> wrote: How can I post a HTML form from an applet? I am using a applet and from that applet I want to call a servlet which shall handle the form request. But how do i code for applet to send HTML form to the servlet. regards manav ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html ____________________________________________________________________ Get free email and a permanent address at http://www.netaddress.com/?N=1 ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
