Captivate 8: JavaScript popup window
Hello!
I use the Execute JavaScript function in Captivate 8 and it works very well. I want to modify this, though, for a project so that the popup opens in the center of the page. Does anyone have experience with this or have any suggestions? Here is the code I use in the script_window:
var win = window.open('url', 'popup', 'width=800, height=800, location=no, menubar=no, status=no, toolbar=no, scrollbars=no, resizable=no');
win.focus();
Thank you all in advance!
