Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 3 of 3

Thread: Need java code to know the browser status

  1. #1
    Junior Member
    Join Date
    Jan 2010
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Need java code to know the browser status

    Hi,
    Need java code to know the status of the I.E.browser. At the Bottom left of the I.E., browser page you get a message displayed as done or error on page or the url.

    Neeed java code to know the text message found at the bottom left of the page


    regards
    newgen


  2. #2
    Administrator copeg's Avatar
    Join Date
    Oct 2009
    Location
    US
    Posts
    5,320
    Thanks
    181
    Thanked 833 Times in 772 Posts
    Blog Entries
    5

    Default Re: Need java code to know the browser status

    Interacting with other programs in java is quite difficult, and in many cases impossible (by standard means). I'd bet this is a case where it falls under the impossible category, however you may wish to try using a Runtime.exec command to launch IE and see if IE writes things out to the standard IO in which case you may be able to retrieve what you want that way.

  3. #3
    Super Moderator helloworld922's Avatar
    Join Date
    Jun 2009
    Posts
    2,896
    Thanks
    23
    Thanked 619 Times in 561 Posts
    Blog Entries
    18

    Default Re: Need java code to know the browser status

    I believe Java can interface with javascript, and javascript does have good access to different parts of internet browsers. However, I don't know how to do this in javascript (note: javascript != java), or how to interface the two together such.

Similar Threads

  1. Control Browser Back Button
    By Ganezan in forum JavaServer Pages: JSP & JSTL
    Replies: 2
    Last Post: January 1st, 2010, 08:21 AM
  2. control Browser Back Button
    By Ganezan in forum JavaServer Pages: JSP & JSTL
    Replies: 0
    Last Post: December 30th, 2009, 07:49 AM
  3. how to get url, from browser in the socket class?
    By chinni in forum Java Networking
    Replies: 0
    Last Post: November 6th, 2009, 10:34 AM
  4. Replies: 2
    Last Post: November 5th, 2009, 10:15 PM
  5. Convert Java Program to Java ME code
    By rinchan11 in forum Java ME (Mobile Edition)
    Replies: 1
    Last Post: October 5th, 2009, 10:18 PM