form post
Hello,
I am trying to post data to a site from one of my servlets. I know I can use HttpClient to post data and get a response. But what I am looking to do is post data and forward control to that site so that the user now sees that site instead of mine. I don't want to wait for a response. Is it possible to accomplish that from a servlet?
Thanks in advance for the assistance.

