An email message can also make calls to the Java standard output stream from inside the JavaScript tag ( <% %> ). For example, the following call sends the message Done to the server console:
<%
... // JavaScript processing
out.println("Done.");
%>
| Copyright © 2013 CA. All rights reserved. |
|