wwUtils::Href

Creates an HTML anchor tag like <a href=""> as a string.

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

string that has link as follows: <a href="link" >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

foxpro
foxpro
HREF("customer.tt?id=" + TRANS(pk),CompanyName,"target='top' class='hoverbutton'") * <a href="customer.tt?id=1" target='top' class='hoverbutton'>West Wind</a>

See also

Library wwUtils

© West Wind Technologies, 2025 • Updated: 2025-03-12
Comment or report problem with topic