| Author |
hiding parameters in addressbar
|
kesava chaitanya
Ranch Hand
Joined: Aug 15, 2001
Posts: 140
|
|
hi in my application if i click hyperlink it is passing parameters in addressbar;how to hide parameters;i dont want to maintain session;if i give post method i am still getting parameters;can we do this javascript please help?
|
 |
sunitha reghu
Ranch Hand
Joined: Dec 12, 2002
Posts: 937
|
|
one way is to use the frames. another way i believe is to use jsp:forward wat abt mapping the servlet in web.xml
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
|
|
|
Use a session cookie if you are not worried about people not having cookies enabled. You might be able to use get method. Use frames.
|
 |
 |
|
|
subject: hiding parameters in addressbar
|
|
|