Forum Discussion
Storyline open url problem when embed in Rise
Hello,
I got a problem related to Storyline open link when it is a block in Rise.
I have a button which is a part of my articulate storyline block that link to a page on my LMS. The link works fine, and because I want the user to stay on the same tab, I've selected the open in same tab option in storyline.
The problem is that the link shows the window as a block of the Rise content, and do not open in the browser.
Hope someone can help me. I really need that link to be in the storyline block and not as a Rise button
Thanks
- ThibaultJeulandCommunity Member
Ok I figured out how to resolve it !
I don't open a URL but execute javascript when the user click on the storyline button.
The code in the javascript is :
window.top.location.href = "your link/URL";
Thanks for letting us know how you solved it, Thibault!