Hi is there any way by which i can hide Parameters in URL. I have to use "post" method only. I am hardcoding parameters in URL from a jsp page... then submitting the page...to another jsp.. now in this second jsp these parameters could be sen at URL...
i want to hide these Parameters.....
Is there any approach by which i could achieve this....
thanks in advance......
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35243
7
posted
0
Why don't you make those parameters hidden fields of the form you're submitting? Of course, they're still part of the HTML page, and can be seen by anyone who cares to look at the page source.