JApplet implementation

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Harika
    New Member
    • Sep 2006
    • 19

    JApplet implementation

    Hi all,

    I want to write a java program to get a image. When i click on that image i should get a frame right of that window. we have taken Japplet but there is something required to make it finish.

    I hope any of u can help me.

    Thank you.
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    Originally posted by Harika
    Hi all,

    I want to write a java program to get a image. When i click on that image i should get a frame right of that window. we have taken Japplet but there is something required to make it finish.

    I hope any of u can help me.

    Thank you.
    Post what you've done so far and where it fails. It should be easier to help then.

    Comment

    • prakashmohan
      New Member
      • Oct 2006
      • 4

      #3
      hai harika,

      You send the code to us. Then only, we can found what u actually need ?

      Regards,
      Prakash.M

      Comment

      • Harika
        New Member
        • Sep 2006
        • 19

        #4
        Originally posted by prakashmohan
        hai harika,

        You send the code to us. Then only, we can found what u actually need ?

        Regards,
        Prakash.M
        hi,

        Actually now i prepared java file having smail pics at left. when i make right click on any of the image i should open a jsp file having tree structure.
        I mean i have to call jsp file when i make right click on image.

        would u help me pls.

        Comment

        • Harika
          New Member
          • Sep 2006
          • 19

          #5
          Originally posted by r035198x
          Post what you've done so far and where it fails. It should be easier to help then.
          hi,

          Actually now i prepared java file having smail pics at left. when i make right click on any of the image i should open a jsp file having tree structure.
          I mean i have to call jsp file when i make right click on image.

          would u help me pls.

          Comment

          • Harika
            New Member
            • Sep 2006
            • 19

            #6
            hi,

            Actually now i prepared java file having smail pics at left. when i make right click on any of the image i should open a jsp file having tree structure.
            I mean i have to call jsp file when i make right click on image.

            would u help me pls.

            Comment

            • r035198x
              MVP
              • Sep 2006
              • 13225

              #7
              Originally posted by Harika
              hi,

              Actually now i prepared java file having smail pics at left. when i make right click on any of the image i should open a jsp file having tree structure.
              I mean i have to call jsp file when i make right click on image.

              would u help me pls.
              Hopefully your image is in a form so that you can submit that form when the image is clicked. That form would have the path of the jsp as its action.

              Comment

              Working...