LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I jump to an html anchor when opening a web browser in LabVIEW?

Solved!
Go to solution

I'd like to have the ability to jump to an HTML anchor within a page that I'm opening in a web browser using LabVIEW.  I've found a hacky solution at the following old forums post (http://forums.ni.com/t5/LabVIEW/HTML-VI-Help-and-Firefox-bug/td-p/242055), but I thought I would check and see if there were any other, better solutions, available.  I do not want to use an ActiveX control to accomplish this task.

 

Thanks!

0 Kudos
Message 1 of 3
(2,945 Views)
Solution
Accepted by JacobsCSD

You should be able to append #anchor-label to the end of the URL to jump to the anchor at anchor-label. Does that not work for you? Which browser?

0 Kudos
Message 2 of 3
(2,931 Views)

Seems to be working now.  Not sure what fixed it.

 

I'm using LabVIEW 2014, 32 bit, and the latest version of Chrome.

0 Kudos
Message 3 of 3
(2,836 Views)