hschir Posted April 16, 2012 Share Posted April 16, 2012 I answered my own question and tested it (note: in DAQConnect will only work in run mode): Use a button - change text to something like "Back to Main Menu" (Jazz it up a bit with colour and boundary) and apply the following script: <script> function redirect() { location.replace("http://www.whatever.com/") } </script> onclick="redirect()" Link to comment Share on other sites More sharing options...
AzeoTech Posted April 16, 2012 Share Posted April 16, 2012 Actually, I'm amazed that worked. See your other post for the easier method. Link to comment Share on other sites More sharing options...
hschir Posted April 16, 2012 Author Share Posted April 16, 2012 I can assure you that it did work ... Link to comment Share on other sites More sharing options...
AzeoTech Posted April 17, 2012 Share Posted April 17, 2012 I believe you. I'm just surprised. You put this in the click event of the button? I would imagine, if anything, that the first time you click the button it doesn't work, but the second time it works. Link to comment Share on other sites More sharing options...
hschir Posted April 17, 2012 Author Share Posted April 17, 2012 Nope - works first time every time ... Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.