Short answer: No, because there is no way to pass the variables to the
other form.

Longer but not much better answer: You can if you want to involve
Javascript, or want to pass info using cookies.  Javascript would just
invoke the POST, the variable could just be hidden elements in the form.
With cookies, you just need to make sure the cookies are within the same
domain.

On Tue, 14 Mar 2000, P.Yesudason wrote:

> Not with experience ..
>
> What about dealing with Java Native Interface ..
> Use JNI to execute the CGI Script which is a exe .
>
> But take care , hurdles on the way.
>
> Regards
> Yesudas
>
> "Meister, David R." wrote:
>
> > Is there a way to redirect to a CGI script, from a servlet, using a POST
> > request method?
> >
> > I am looking for an alternative to using URLConnection and a query string
> > when I need to redirect.
> >
> > Thanks for you help,
> > David
> >
> > ___________________________________________________________________________
> > 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
>
> --
> I am free and have a destination too far,
>                       .... I will keep flying.
>

___________________________________________________________________________
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