Hi,
Im using the method of passing parameters through URL in JSPs
eg.<a href="Test.jsp? parameter=abc"> Link</a>
Ater executing it Im able to see the parameter in the url.
http://localhost:8080/Project/Test.jsp?parameter=abc
If I place cursor on the Link Im able to see the parameter in prompt area i.e toolbar which is at the bottom of the window.
I want the parameter not to be seen.
Can any one help me out.
Thanks in advance,
Tiijnar
Im using the method of passing parameters through URL in JSPs
eg.<a href="Test.jsp? parameter=abc"> Link</a>
Ater executing it Im able to see the parameter in the url.
http://localhost:8080/Project/Test.jsp?parameter=abc
If I place cursor on the Link Im able to see the parameter in prompt area i.e toolbar which is at the bottom of the window.
I want the parameter not to be seen.
Can any one help me out.
Thanks in advance,
Tiijnar
Comment