Is there any way a jsp can read in a set of variables (form the query
string)
from a non-jsp?

What is the best way to handle this situation:

A non-jsp page (nonjsp.html from a different server) submits to a jsp via
the query string  (?variable1=1)

How/Can the jsp retrieve this info for its own use?

(Essentially, I want to populate a new form with this information, with as
little Javascript as possible.)

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JSP-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to