HTMLLINK

Creates a link IF parameter #1 is not empty.

ACEweb Routines/Templates:

Special Use

Required Parameters:

  1. Field that contains the URL.
  2. Link name, enclosed in quotes.

Optional Parameters:

  1. HTML attributes to apply to the link i.e. class, style, target etc.

Examples:

##HTMLLINK(trim(GetUUDF("Course","webinarURL",cocrse)),[Webinar],[target="_blank"])## uses the GetUUDF function to retrieve the URL from an unlimited UDF called webinarURL and creates a link using Webinar as the link text.