Add an email link

I have been having some surprising trouble adding an email link. I want to encode it and I have tried using an export template containing the java script but no success yet.
After much fussing, I found that the web version of Enkoder worked while the desktop app version did not! Anyway, now I have the email link in the sidebar.
Want details?
Added a new note called "Drop Me a Line". This note does NOT reside inside the sidebar notes. Why? Because the export of sidebar notes is fully specified by the sidebar export template which defines the export template to be used for children will be sidebarlist.html.
sidebar.html:
^title^
^text^
^justchildren(sidbarlist.html)
The "Drop Me a Line" note uses a different export called emailscrpt.html:
emailscrpt.html
^title^
^text^
script language = "Java.... from Enkoder (web version)
A containers export template trumps the export template specified by it's childrens notes.
So, I placed an ^include(Drop Me a Line)^ inside the main template and the note resides at the top level of the TBX document. Finally, HTMLExportTemplate=emailscrpt.html.
--- Ryan Holcomb 2005 --
|