Email Method
The Email method adds an email entry to the log file.
Syntax
SiteKiosk.Logfile.Email(rcpt)
|
Parameters
rcpt |
String that specifies the recipient. |
Return Value
Remarks
Examples
The following example adds an email message to the SiteKiosk log file.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
SiteKiosk.Logfile.Email('Recipient: address@url.com');
</SCRIPT>
|
Applies to
SiteKiosk v6.0 (and later versions).
Back to top