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 unable to read javascript etc.

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

    Default Web browser unable to read javascript etc.

    Hi, i have build a basic and very simple web browser, it contains two features, the "go back" and "go forward" navigation tools, and of course the URL search field. And i'm happy with that, but, it can't read javascript or the necessary components for a "basic" browser. So i wonder if there is any kind of solution for my web browser so it can view pages and execute javascript features.

    Flash player is not necessary, but if it's possible to make Flash work that would be great.

    Any kind of answer is appreciated.


    /A confused java "noob"


  2. #2
    Crazy Cat Lady KevinWorkman's Avatar
    Join Date
    Oct 2010
    Location
    Washington, DC
    Posts
    5,424
    My Mood
    Hungover
    Thanks
    144
    Thanked 636 Times in 540 Posts

    Default Re: Web browser unable to read javascript etc.

    Googling "javascript inside java" came up with a few promising results. Perhaps that's a good place to start?
    Useful links: How to Ask Questions the Smart Way | Use Code Tags | Java Tutorials
    Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!

Similar Threads

  1. How do I read browser cookies from a servlet?
    By diyaots in forum Java Networking
    Replies: 1
    Last Post: December 8th, 2011, 10:08 AM
  2. jsp javascript
    By mr.miku in forum JavaServer Pages: JSP & JSTL
    Replies: 1
    Last Post: November 19th, 2011, 01:38 PM
  3. (Javascript) Resize an image according to browser.
    By cybershadow in forum Other Programming Languages
    Replies: 3
    Last Post: October 13th, 2011, 11:24 AM
  4. [SOLVED] I am unable to read radio button actions in JSP
    By abhiM in forum What's Wrong With My Code?
    Replies: 5
    Last Post: August 17th, 2011, 01:41 AM
  5. [SOLVED] Read double from console without having to read a string and converting it to double.
    By Lord Voldemort in forum File I/O & Other I/O Streams
    Replies: 3
    Last Post: June 26th, 2011, 08:08 AM

Tags for this Thread