Solved
how to call javascript code filename in email delivery template
Hi Friends,i have a question and it would be helpful if i get the solution.
Created a javascript code with function abc() and the filename as "xyz.js".
In Campaign email delivery template i have used the below code to call the function and the javascript filename:
<script src="xyz.js"></script>
<%=abc()%>
But i am getting an error like abc is not defined.
do i need to load the file to pick the particular filename?