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