Awesome JavaScript Popups in Your Captivate Project
In this video tutorial, I show you a solution to a question from the Adobe forums. The user wants to open a link to a web URL in a new window but doesn't want all the gobbledygook that comes with a modern browser (no tabs, no menus, no bookmark bars, etc.). I did some research and learned a little about the window.open() command in JavaScript. It works well. I managed to get it to work for a couple of scenarios in this training. Here is the URL of the website where I learned about the Window.open JavaScript command.
Here is the link that explains how to use this command https://www.w3schools.com/jsref/met_win_open.asp