LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to create a LabVIEW VI web page containing hyperlinks using the LabVIEW Web Publishing Tool on "snapshot" mode

I will like to create a "web site" using different LabVIEW front panels.  My objective is to add hyperlinks to each of the front panels to allow users to navigate through them.  So far I have not seen any obvious way to add a hyperlink that will be accesible from a web page resulting from the "snapshot" or "monitor" modes available in the Web Publishing Tool.
 
Your opinions and hints will be highly appreciated.
0 Kudos
Message 1 of 2
(2,355 Views)

You can edit the .htm file that is created with the tool to add links above or below the VI image. Use the tool to create an .htm file for each VI and then add something like:

<A href="htttp://servername.com/otherVI.htm>other VI</A>

You can also create a top level .htm file with links to several VIs.

 

0 Kudos
Message 2 of 2
(2,345 Views)