Hide Parameter Passing over hyber link in html(J2EE)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Jeyaraman
    New Member
    • Jul 2007
    • 1

    Hide Parameter Passing over hyber link in html(J2EE)

    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>
  • JosAH
    Recognized Expert MVP
    • Mar 2007
    • 11453

    #2
    Greetings,

    and welcome to TSDN; I removed your duplicate thread in this forum and I
    removed your email address as well for two reasons: the forum guidelines
    don't allow it and you don't want to get swamped with spam do you?

    kind regards,

    Jos

    Comment

    • lnl web design
      New Member
      • Jul 2007
      • 1

      #3
      [HTML]
      עיצוב אתרים
      בניית אתרים
      [/HTML]

      Comment

      • mailanusha
        New Member
        • Jun 2007
        • 6

        #4
        You can hide the parameters u dont want , by passing those parameters to a JavaScript using onclick function and from ur JavaScript fnc do a document.submit ()

        Comment

        Working...