HostnameJS - Global

  • リリースバージョン: Australia
  • 更新日 2026年03月12日
  • 所要時間:1分
  • 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.

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

    HostnameJS - getDomainName()

    Returns the DNS domain name.

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

    HostnameJS - getSysName()

    Returns the current system name.

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