wwUtils.Href

Creates an <a href> tag in HTML.

o.wwUtils.Href(lcLink, lcText, lcAttributes)

Return Value

string that has link as follows: <a href="link" lcAttributes>Text</a>

Parameters

lcLink
The URL for the HREF link.

lcText
The text to display for the link

lcAttributes
Any attributes you want to apply to the link ie. class, style, target etc.

Example

HREF("Customer.tt?id=" + TRANS(pk),CompanyName,"target='top' class='hoverbutton'")

See also:

Library wwUtils

© West Wind Technologies, 2004-2017 • Updated: 10/11/07
Comment or report problem with topic