Archived:Use Hyperlink Control to Automate Webpage Redirection

Updated May 1, 2023

NI does not actively maintain this document.

This content provides support for older products and technology, so you may notice outdated links or obsolete information about operating systems or other relevant products.

Reported In

Software

  • LabVIEW NXG
  • LabVIEW NXG Web Module

Issue Details

I am using LabVIEW NXG 5.0 to build my web application. To redirect to another webVI of mine, I have to click the hyperlink control manually. How can I utilize ValueSignaling from hyperlink control's property node to automate webpage redirection?

Solution

To date, webpage redirection automation can only be achieved by utilizing LabVIEW NXG Web Module's Javascript Library Interface (JSLI). Kindly refer to this article, Redirect Webpage Programmatically in LabVIEW NXG Web Module to understand how to implement webpage redirection feature.