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 ​
- URL for the HREF link.
- Link name. Can be a field name or plain text. Plain text must be enclosed in quotes or brackets.
Optional Parameters ​
- 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.