Results 1 to 1 of 1
- 12-18-2009, 09:37 AM #1
Member
- Join Date
- Dec 2009
- Posts
- 1
- Rep Power
- 0
Browser Control in standlone application
Hi,
I have a very simple html file say abc.html which has several values being displayed. This page will reload itself. This is the Javascript code that I have written.
I am totally new to Java. My request is that I want to load this html in my Java stand alone application and these values to be displayed. This html file will be in the local directory along with my Java application. I want this Javascript page refresh to work.Java Code:<script Language="JavaScript"> <!-- var URL = "javascript:document.authenticateForm.submit()" var speed = 5000 function reload(){ location = URL } setTimeout("reload()",speed); //--> </script></div>
How do I do this ? Could you show me some examples to load html files not on a website but from the local directory.
I would be extremely happy if you can also show me how I can achieve "minimize to system tray" along with Browser control.
Pls note that my application might be used both on Windows and Linux.
Regards,
Similar Threads
-
Getting control of an external application window
By nida in forum New To JavaReplies: 0Last Post: 12-03-2009, 06:46 AM -
Excel macros to control Java application
By musicgold in forum Advanced JavaReplies: 8Last Post: 04-25-2009, 10:43 PM -
Can't display web application in my browser
By gissah in forum NetBeansReplies: 0Last Post: 03-18-2009, 03:19 AM -
Delegate Control from one Application to another
By saikumarkomati in forum Advanced JavaReplies: 4Last Post: 01-24-2009, 03:19 AM -
Embedding browser functionality in a Java application
By Nicolai in forum New To JavaReplies: 7Last Post: 10-06-2008, 04:01 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks