HostnameJS - Global

  • Freigeben Version: Australia
  • Aktualisiert 12. März 2026
  • 1 Minute Lesedauer
  • 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.

    Tabelle : 1. Parameters
    Name Type Description
    hostname String The host name to format
    source String The property settings source
    Tabelle : 2. Returns
    Type Description
    String The system name

    HostnameJS - getDomainName()

    Returns the DNS domain name.

    Tabelle : 3. Parameters
    Name Type Description
    None
    Tabelle : 4. Returns
    Type Description
    String The domain name
    var hjs = new HostnameJS();
    hjs.getDomainName();

    HostnameJS - getSysName()

    Returns the current system name.

    Tabelle : 5. Parameters
    Name Type Description
    None
    Tabelle : 6. Returns
    Type Description
    String The system name
    var hjs = new HostnameJS();
    hjs.getSysName();