GetLinkText() FnctionReturns all hyperlink text on the current page. Syntax:GetLinkText() Example: In this example, all hyperlink text is displayed when the VIEW button is clicked. <xml id="toolbar"> <toolbar caption="GetLinkText() Example"> <control type="toolbar"> <button id=text caption="View" action="SetText('%GetLinkText()%'))" </control> </toolbar> </xml> Compatibility Requires ToolbarBrowser version 2.4.1 and above. |