Open URL automatically in window when opening an assignment
Hello,
I got the following requirement:
When the user opens an assignment, a website should be automatically opened in a window. This website is needed to work on this assignment. The user doesn't want to make an extra click on the UI (e.g. link control) to open it manually.
I have tried to do this is PerformDefaults, as it should be just opened once. I have used Show-HTML method, but it is not working. My idea was to do with window.open('https://www.google.com'); as a test and if it would work then assembling the URL in the activity before using Show-HTML.
Has anybody implement a similar requirement and can help me figuring out how to do this?
Thanks in advance, Marcel
Hello,
You can use the action set as below:
Where you can define on focus of an element or onClick or on the press of any key the new window will be opened.
