Skip to content

HREF ​

Creates a link. This function always creates a link even if there is no valid URL. If you need a function to only create a link if parameter #1 is not empty, use HTMLLINK instead.

ACEweb Routines/Templates ​

Special Use

Required Parameters ​

  1. URL for the HREF link.
  2. Link name. Can be a field name or plain text. Plain text must be enclosed in quotes or brackets.

Optional Parameters ​

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

Examples ​

##HREF([locationinfo.awp?&course=]+tCourse.code,[Location Information],[target="_blank"])## creates a link using Location Information as the link text.

##HREF([locationinfo.awp?&course=]+tCourse.code,tLoc.loclocat,[target="_blank"])## creates a link using the location (building and room) value as the link text.