CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 1999
    Posts
    6

    Pass value from application to Servlet ?????

    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.



  2. #2
    Join Date
    Jun 1999
    Location
    Atlanta, GA
    Posts
    57

    Re: Pass value from application to Servlet ?????


    <form method="post" action="http://machineName:8080/servlet/yourServlet?var1='myValue'" name="">




    Meher

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured