Email hyperlink shuts down a 508 title.
September 24, 2018 12:00 AM
I am publishing a course for 508 compliance, I have the option turned on through the settings. I have text of an email address and highlighted it and clicked the hyperlink button then set it to have the action on mouse click send email. When published and tested all email link shut down the course. Is the function not accessible or do I need to adjust anything when publishing the course?
Thanks,
Discussion (2)
The mail to action has some issues, one being that it may cause a navigation to happen. In SCORM we only allow navigation from Lectora actions and we shut down other navigation by closing the window. This is all a little bit drastic and we can probably debate if it's the right thing to do, but... if you want a possible solution please try this:
On the hyperlink do a Run JavaScript action and put in the following JavaScript, fill in the variables with what you want:
var emailTo = 'joe@test.com';
var emailCC = '';
var emailSub = ''; // subject
var emailBody = '';
window.open("mailto:"+emailTo+'?cc='+emailCC+'undefined
Thanks for the super fast response Joe, I'll give that a shot!
Discussions have been disabled for this post