Forum Discussion
Opening an attachment in a New Tab
- 2 months ago
Hi AndreaMartin-99 yes, this appears to be an updated behaviour in Rise as I saw a related question recently. I would recommend doing an arbitrary update on the other documents so that they pick-up the new functionality so that it is at least consistent.
Otherwise, you could use the JavaScript I provided to another user, which removes the download attribute from the attachments, so that they continue to open in a new tab.
Uploaded PDFs no longer open in a new tab | Articulate - Community
Hello,
I don't know much about coding, but I would like to know where the code should be placed to change the functionality of the download button.
Thank you
- SamHill7 days agoSuper Hero
After publishing your project, find the main HTML file that launches the course (you may need to unzip if it's a zipped SCORM course). Then before the closing </body> tag, add some <script></script> tags and add the JavaScript in between them, and save the file.