Click to See Complete Forum and Search --> : Pass value from application to Servlet ?????


simba
October 5th, 1999, 03:23 PM
Is it possible to pass value (string) from a standalone application to a servlet on server ???
If it is possible, how is it done ?? Please provide sample code.

meherss
October 11th, 1999, 04:41 PM
<form method="post" action="http://machineName:8080/servlet/yourServlet?var1='myValue'" name="">




Meher