Homepage Property
The Homepage property contains the URL of the homepage of the current user.
Syntax
[str=] SiteKiosk.Plugins("SiteCash").SessionSettings.Homepage
|
Possible Values
String that retrieves the URL.
|
The property is read only.
Remarks
Session settings are only provided by some payment devices like smartcards.
Examples
The following example shows the URL of the homepage of the user.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
alert(SiteKiosk.Plugins("SiteCash").SessionSettings.Homepage);
</SCRIPT>
|
Applies to
SiteKiosk v5.0 (and later versions).
Back to top