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 2 of 2

Thread: Web Browser listening

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

    Default Web Browser listening

    Hi all!

    (edit: sorry, I just realized that this post may be in the wrong place)

    I would like to program myself a very basic Parental Control software, transparent for my child : when Windows starts, I would like to run at the background a small Java app that would write on a flat file any URL/keyword typed in Chrome/Firefox - nothing more.

    Is this something doable with Java7SE?

    Thanks for any tip!


  2. #2
    Super Moderator
    Join Date
    Jun 2013
    Location
    So. Maryland, USA
    Posts
    5,520
    My Mood
    Mellow
    Thanks
    215
    Thanked 698 Times in 680 Posts

    Default Re: Web Browser listening

    What you're describing already exists in the browser's history, AND is a keylogger which could be used for dishonest purposes for which you won't find help here.

Similar Threads

  1. Looking for web browser implemented in Java
    By nambill in forum AWT / Java Swing
    Replies: 3
    Last Post: March 19th, 2012, 05:37 AM
  2. Replies: 1
    Last Post: March 16th, 2012, 12:23 PM
  3. Web browser unable to read javascript etc.
    By Maloto970 in forum Java Networking
    Replies: 1
    Last Post: February 21st, 2012, 09:11 AM
  4. Problem in designing Web Browser
    By Rupinder in forum Java Networking
    Replies: 2
    Last Post: January 29th, 2012, 09:18 PM
  5. HELP! My applet won't run on a web browser....
    By coolidge in forum Java Applets
    Replies: 4
    Last Post: October 21st, 2011, 08:52 AM