Forum Discussion
PaulDeHorn
5 years agoCommunity Member
How to Format the Body of an Email Using Java Script?
Does anyone know how to format the body of email using java script? (Or can point me to a good resource?)
Thanks to the E-Learning Hereos, I've been able to create a working prototype in SL 360 th...
WaltHamilton
5 years agoSuper Hero
Try the line breaks in the thread above. I don't remember what they are, but I'm not sure I ever got the /n to work.
Your best troubleshooting tool is to add this line to your script:
alert("works to here");
JS is executed until it finds an error, then it just stops without any error message. If that alert line is executed, it will show a dialog box, and you will know that the script is working up to that point. Continue to move the alert line down in the code. Eventually, you will find that it works at one point, but one line later, it doesn't. Something is wrong with the previous line.
Related Content
- 14 days ago
- 10 months ago
- 2 months ago
- 7 months ago