Redirect to another URL


hschir

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.