How to Control Browser Our Own way

hi,

my task ishow to handle browser events on my own control.Let me explain my problem clearly.Now my pc is stand alone(dont having internet connection) just serail communication to other pc.Some how i retrieved search results from interenet connecting pc to my stand alone pc.Now my task is After fetching the results i have to automatically popup these search results using interenet explorer(IE).Bcz my system is stand alone user may select one of the urls(from search results).How to identify which url he got selected?Is this possible with IE?Is there any java own webbrowser?Is there any Google API's for this?please give me hints.

thanking you inadvance

[702 byte] By [anchipkaa] at [2007-11-26 20:19:02]
# 1
String cmd = "rundll32 url.dll,FileProtocolHandler http://www.YOURURL.com";Process p = Runtime.getRuntime().exec(cmd);Should open the default webbrowser on windows.....hope that helps
n3bul4a at 2007-7-10 0:42:39 > top of Java-index,Java Essentials,Java Programming...
# 2
thankx for ur reply.After popup the Browser is there any way to control the Browser?.Can applets sortout this problem?Is there any Google API's supports this?please suggest me.
anchipkaa at 2007-7-10 0:42:39 > top of Java-index,Java Essentials,Java Programming...