how can this be done

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • radhikams
    New Member
    • Jan 2008
    • 49

    how can this be done

    Hi
    I a html file in some location into which i will do both read and write operations.... Now while reading i want it to be displayed in a new browser window...... How can this be done ..... plz let me know..

    Thanks
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    Originally posted by radhikams
    Hi
    I a html file in some location into which i will do both read and write operations.... Now while reading i want it to be displayed in a new browser window...... How can this be done ..... plz let me know..

    Thanks
    Do you want to write a small browser to display the html page or do you want to use a specific browser already on the client machine?

    Comment

    • radhikams
      New Member
      • Jan 2008
      • 49

      #3
      Originally posted by r035198x
      Do you want to write a small browser to display the html page or do you want to use a specific browser already on the client machine?
      i want to write a small browser that can display the downloaded file

      Comment

      • r035198x
        MVP
        • Sep 2006
        • 13225

        #4
        Originally posted by radhikams
        i want to write a small browser that can display the downloaded file
        So you need a JTextPane

        Comment

        • radhikams
          New Member
          • Jan 2008
          • 49

          #5
          Originally posted by r035198x
          So you need a JTextPane
          Thank u so much that worked fine

          Comment

          • r035198x
            MVP
            • Sep 2006
            • 13225

            #6
            Originally posted by radhikams
            Thank u so much that worked fine
            Welcome. Get that whole tutorial and save it to your computer.

            Comment

            • radhikams
              New Member
              • Jan 2008
              • 49

              #7
              Originally posted by r035198x
              Welcome. Get that whole tutorial and save it to your computer.

              ya sure ...i will do that

              Comment

              Working...