Forum Discussion
BastienMdard
10 years agoCommunity Member
Javascript to print and email notes
Hello,
I am trying to implement Stephanie's javascript method for the learner to be able to print and send his/her notes by email, but I am having some difficulties.
Basically, the print option ...
JoanneChen
9 years agoSuper Hero
Hi Curtis, you've missed minor things, please try below
var player = GetPlayer();
var bodytxt=player.GetVar("Feedback");
var mailto_link='mailto:'+"curtis.kynerd@nissan-usa.com"+'&body='+bodytxt+"%0d%0A";
win=window.open(mailto_link,'emailWin');
Related Content
- 6 months ago
- 3 months ago