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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

FORM and adding hidden data without displaying on the address bar

Status
Not open for further replies.

ankursaxena

Programmer
Sep 7, 2001
133
US
Hi, I have a page filled with links and each is going to a different processing jsp/servlet. I have to pass the same information to all of them, now I dont want to put each link in url appended mannar with blah.jsp?blah=1&blah2=2, but when I do this, the user can see this as well the address bar will change, is there a way of either doing a redirect or a form post. Something that will help here.

thanks
 
I know a lot of people don't like frames, but if you use frames properly the URL you don't want people to see will never show up.


Tracy Dryden

Meddle not in the affairs of dragons,
For you are crunchy, and good with mustard. [dragon]
 
I know, but I cant use frames, I have a template which will be very difficult ot put in frames, is there any other way.

Thanks for replying..
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top