C
Craig.Lammers
Is there a way to check from a Java Application when a browser has
finished loading the contents of a url? I use the following command to
kick off Internet Explorer from my Java Application:
Process p = Runtime.getRuntime().exec("rundll32
url.dll,FileProtocolHandler " + "http://www.somewebsite.com");
Thanks
finished loading the contents of a url? I use the following command to
kick off Internet Explorer from my Java Application:
Process p = Runtime.getRuntime().exec("rundll32
url.dll,FileProtocolHandler " + "http://www.somewebsite.com");
Thanks