Linking to a New Website
Most trainings would love to refer to online sources for trainees to have an enriched understanding on the training materials. As a result, being able to guide trainees to a specific site for more information is extremely important. This is why you could also used advanced interaction to easy guide trainees to some other site. Below is one way to link to another website.
Opening a New Window
To open a new website during the training, you could use the below two lines of code in advanced interaction. This will tells the program to directly open a new window that’s linking the website you are referring to.
var src = 'link-of-webiste-you-would-like-to-open';
window.open(src);
If you would like to create a in-screen popup window that display the content of a website. This could be done by HTML overlay
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article