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>
I have to pass two arguments over this link. But this arguments value are visible,when we mouse over this link. I want to know hide this Argument passing...
Anybody know about this.. Please ....send code..
By
Jey.
<email address removed>
..
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>
I have to pass two arguments over this link. But this arguments value are visible,when we mouse over this link. I want to know hide this Argument passing...
Anybody know about this.. Please ....send code..
By
Jey.
<email address removed>
Comment