Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Transmission of parameters on more than one level...

Status
Not open for further replies.

HoMyGod

Programmer
Jul 17, 2000
59
CH
Hi,

I would like to transmit parameters on several levels like this...


By this way, I want to transmit the name of another jsp page but with a parameter. I have:

String aString = request.getParameter("name")

I would like aString to be equals to tutu.jsp?dodo=fifi.jsp ...

How can I transmit special character like ?, =, &

Thank you
 
See tha java.lang.URLEncoder, encode().

Bye, Otto.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top