LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Regaurding Labview Web browser

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.....  

0 Kudos
Message 1 of 6
(3,711 Views)
Can you post your VI here?
- Partha ( CLD until Oct 2027 🙂 )
0 Kudos
Message 2 of 6
(3,699 Views)
0 Kudos
Message 3 of 6
(3,695 Views)

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.

- Partha ( CLD until Oct 2027 🙂 )
0 Kudos
Message 4 of 6
(3,690 Views)
If you want the short name of the URL (UI Name), use the LocationName property.
- Partha ( CLD until Oct 2027 🙂 )
0 Kudos
Message 5 of 6
(3,689 Views)

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.

- Partha ( CLD until Oct 2027 🙂 )
0 Kudos
Message 6 of 6
(3,685 Views)