HostnameJS - Global
The HostnameJS script include provides methods to format host names according to property settings.
Use with any server-side script when you need to format host names.
HostnameJS - format(String hostname, String source)
Formats the specified host name according to the property settings.
| Name | Type | Description |
|---|---|---|
| hostname | String | The host name to format |
| source | String | The property settings source |
| Type | Description |
|---|---|
| String | The system name |
HostnameJS - getDomainName()
Returns the DNS domain name.
| Name | Type | Description |
|---|---|---|
| None |
| Type | Description |
|---|---|
| String | The domain name |
var hjs = new HostnameJS();
hjs.getDomainName();
HostnameJS - getSysName()
Returns the current system name.
| Name | Type | Description |
|---|---|---|
| None |
| Type | Description |
|---|---|
| String | The system name |
var hjs = new HostnameJS();
hjs.getSysName();