store the data in hyperlink using jsp and servlet

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • arull
    New Member
    • Mar 2008
    • 9

    #1

    store the data in hyperlink using jsp and servlet

    hi,

    how can i store the datas in hyperlink using jsp and servlet.
    For example,followi ng are the hyperlinks.

    1.java
    2.vb
    3.c

    i want to store the java related data in java hyperlink.like the same vb link for vb related data.while i click the java hyperlink show the java related datas.

    pls any body help me with source code....
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    Originally posted by arull
    hi,

    how can i store the datas in hyperlink using jsp and servlet.
    For example,followi ng are the hyperlinks.

    1.java
    2.vb
    3.c

    i want to store the java related data in java hyperlink.like the same vb link for vb related data.while i click the java hyperlink show the java related datas.

    pls any body help me with source code....
    Is the data on different JSP pages that you want to link to?
    If so then all you neen is the anchor tag <a href="..." ...

    Comment

    • arull
      New Member
      • Mar 2008
      • 9

      #3
      yes i want to show the data in different page.
      if i click the java hyper link new jsp will open it will contain java related datas
      help me with source code

      Comment

      • arull
        New Member
        • Mar 2008
        • 9

        #4
        if i click the java hyperlink jsp page will open that jsp page it contains text area i typed some message and store in database.for example like a forums

        Comment

        • r035198x
          MVP
          • Sep 2006
          • 13225

          #5
          Originally posted by arull
          if i click the java hyperlink jsp page will open that jsp page it contains text area i typed some message and store in database.for example like a forums
          Then all you need is a link to that JSP. Read about the anchor tag to find out how it's used.

          Comment

          • arull
            New Member
            • Mar 2008
            • 9

            #6
            dear all,

            can i sample program regrading this

            help me

            Comment

            • arull
              New Member
              • Mar 2008
              • 9

              #7
              can i have sample program regarding this

              Comment

              • r035198x
                MVP
                • Sep 2006
                • 13225

                #8
                Originally posted by arull
                can i have sample program regarding this
                Just do a View->Page Source on this page and you will see lots of examples on how to use the <a> tag.

                Comment

                Working...