03-04-2009 09:46 PM
Hi Friends,
I have developed a Web Browser in labview.. In that i can able to browse all websites from it..... but inside the website if i click any link that page also getting open...but i don't no how to get the URL for that clicked link.... how to get it programatically.... can any 1 suggest.....
03-04-2009 10:27 PM
03-04-2009 10:35 PM
03-04-2009 10:53 PM
KarthikeyanMathialagan wrote:but i don't no how to get the URL for that clicked link.... how to get it programatically.... can any 1 suggest.....
Hi Karthi,
I ve included the Timeout event with 100ms wait, so that I get the clicked link's URL (using the LocationURL property), once that page gets loaded completely.
See the modified VI.
I suggest you tp keep all the booleans inside the ES in their respective event cases.
03-04-2009 10:57 PM
03-04-2009 11:01 PM
Sorry to add seperately...
Use the VI I modified to build your EXE since yours does not stop on the click of the Stop button. Also, you can add the Quit LabVIEW function in both the Panel Close & Stop events, if you need to close & exit your application completely.