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.

[399 byte] By [lugosa] at [2007-11-27 5:48:58]
# 1
not the way you are trying. You could return a HTML page that uses JavaScript to automatically do a submit of a form using POST to the desired site.
tolmanka at 2007-7-12 15:34:54 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...