Email Property
The Email property contains the URL of the E-Mail page.
Syntax
[str=] SiteKiosk.URLs.Email
|
Possible Values
String that retrieves the URL.
|
The property is read only.
Remarks
The E-Mail page is shown when the user pressed the E-Mail button.
Examples
The following example shows the url of the E-Mail page in an alert window.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
alert(SiteKiosk.URLs.Email);
</SCRIPT>
|
Applies to
SiteKiosk v5.0 (and later versions).
Back to top