Forum Discussion
Open external link is same tab/window
Actually, I may not have explained it well. I want the link to open in the same window and the same tab. RISE lets me only put the link in. I've tried the w3schools ways and _self and it is still not working.
I can't put the entire link in the section for "exit" course or "take the quiz"...at least nothing that will work.
I think what would be easier is to just let me know where the link resides in the html export. If I can export the html, js, css why are all the links masked and encoded? Any help is appreciated.
- RodrigoSugahara7 years agoCommunity Member
I don't mean to necro the thread, but I came across this problem today.
I found a workaround.
After publishing the course, find this line in main.bundle.js:(M.a.isIphoneSafari?"_top":"_blank") and change it to (M.a.isIphoneSafari?"_top":"_self")
It solved my problem.
Hope it helps.
- Crystal-Horn7 years agoStaff
Always appreciate some fresh help on older challenges! Thanks, Rodrigo.
- jenneman6 years agoCommunity Member
That line in my course was already "_self" when I opened it newly-published. It's still opening in a new tab, unfortunately.
Related Content
- 5 months ago
- 12 months ago