I am working on the Accessibility standards for a Captivate 9 Generated quiz, this particular quiz opens in a new window when button is clicked, and I need a way for the focus to be passed to that popup window on button click.
Is there a means to do this programmatically with JQuery or javascript?
Edit:
Due to having very little access to the generator that outputs the HTML5 information, I am attempting to pass focus on button click, if this is more feasible.