FullyQualifiedDomainName Property
The FullyQualifiedDomainName property contains the fully qualified domain name.
Syntax
[str=] SiteKiosk.Network.FullyQualifiedDomainName
|
Possible Values
String that retrieves the name.
|
The property is read only.
Remarks
Full name of the system, consisting of its local hostname and its domain name, including a top-level domain.
Examples
The following example shows the fully qualified domain name.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
alert(SiteKiosk.Network.FullyQualifiedDomainName);
</SCRIPT>
|
Applies to
SiteKiosk v5.0 (and later versions).
Back to top