Hello everybody!!! I Would like to know how on a client-server system ,where the client is totaly developped in java and the server is built in JSP( Java Server Pages ), can i send parameters to the server(??), using HTTP protocol and the POST method. Example: The server is in url= "http://server.jsp and in my client program I want to send N parameters For example: login=xxxx&passwd=yyyt&time=aaaa ... to the server , using the POST method. I would like to Know also how the server can process the parameters. Thanks