GetLInks() FunctionReturns a list of links on the currently loaded page. Syntax:GetLinks() Example: In this example, a list of links from the current page is displayed. <xml id="toolbar"> <toolbar caption="GetLinks() Example"> <control type="toolbar"> <button id=text caption="View" action="SetText('%GetLinks()%'))" </control> </toolbar> </xml> Compatibility Requires ToolbarBrowser version 2.4.1 and above. |