Quick Links – External Links

External links can be handled in different ways:

  • Use the hcm.util.navigateTo function to go to a specified link:

    For example:

    <a id="time" target="" onclick="hcm.util.navigateTo('https://www.infor.com')”>
    • This function opens the link in a new tab or window depending on the user’s browser settings.
    • This is the preferred method.
  • Use the href attribute in an <a> tag to specify the destination. Because the home page is hosted in an iFrame, specify the target attribute to be "_blank" or "_parent".
    Note: This method can potentially cause issues when using Infor Go.

    For example:

    <a id="time" target="_blank" href="https://www.infor.com">