Hi Iam jey. Now I am developing one ERP Project in J2EE. I have to pass some arguments from one jsp page to another page through HTML links. But variables are visible, when we mouse over the link.
..
I want to know how to hide this value...
Can you know about coding.. Please forward Me...
Example Code
<a href="home.jsp? a=<%=b%>&b=<%=c %>">Click here</a>
...