Static method to create a javascript onclick anchor. This version returns false, and adds no text to be displayed in the anchor. This is the most common case.
Static method to create a javascript onclick anchor. This version returns false, and adds no text to be displayed in the anchor. This is the most common case.
public static HTMLAnchor GetJavascriptAnchor(string);
Static method to create a javascript onclick anchor. This version returns false. This is the most common case.
public static HTMLAnchor GetJavascriptAnchor(string,string);
ConstructStaticHelpers Class | com.plumtree.xpshared.htmlconstructs Namespace