Thanks, Michael,
I tried all the ways. The problem is that when the
user click the back button on the browser, the
parameters will be passed to their site again, that is
not acceptable.

--- Michael Weller <[EMAIL PROTECTED]> wrote:
> > I need to send the response back to user twice,
> ie,
> > the user submit the request to my site, I prosess
> it
> > and send the result as response to user, after the
> > user viewed the content, I need to send the user
> back
> > to their original site along with the result.
>
> From what you're saying, I don't think that you need
> to response twice.
> At first the user comes another site and sends some
> parameters your servlet
> processes. The results are displayed and saved
> (eighter with "hidden form
> fields" or a session/cookie).
> Now you "send the user back". You do this by
> providing a link or defining a
> meta-refresh or a script that's executed onLoad and
> waiting for a timeout.
> In eighter case you just pass on the results of your
> servlet's processings
> and let the other (original) page display the
> results.
>
> HTH!
>
> -mw
>
>
___________________________________________________________________________
> To unsubscribe, send email to [EMAIL PROTECTED]
> and include in the body
> of the message "signoff SERVLET-INTEREST".
>
> Archives:
>
http://archives.java.sun.com/archives/servlet-interest.html
> Resources:
>
http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help:
> http://www.lsoft.com/manuals/user/user.html
>


__________________________________________________
Do you Yahoo!?
Yahoo! Tax Center - forms, calculators, tips, more
http://taxes.yahoo.com/

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to