LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Redirect a remote PC from a host webserver

Does anyone know a way to redirect a remote PC to a different html page on the host PC of a webserver.  Simply put, can I create\activate a hyperlink on a remotely published  front panel?

Thanks!
0 Kudos
Message 1 of 4
(2,812 Views)
Is this what you are looking for?
<META HTTP-EQUIV="Refresh"
CONTENT="5; URL=html-redirect.html">

From:
http://www.billstclair.com/html-redirect2.html

Matt
0 Kudos
Message 2 of 4
(2,800 Views)
No.  I need LabView code to progromatically redirect a user from a LabView based webserver.

0 Kudos
Message 3 of 4
(2,795 Views)
One thing you might look into would be to place a tab control down, create a tab for your main front panel and one to include an ActiveX container, which you can use to display another webpage.  Once the condition has been met to redirect the user to another page, you can then switch tabs to the ActiveX container and load the webpage.  Hope this helps!

Andy F.
-----------------------------------------------------------------
National Instruments
0 Kudos
Message 4 of 4
(2,778 Views)