GetAltTags() FunctionReturns all ALT tag text on the current page. Syntax:GetAlTags() Example: This example displays all ALT tag text of the current page, when the VIEW button is clicked. <xml id="toolbar"> <toolbar caption="GetAltTags() Example"> <control type="toolbar"> <button id=text caption="View" action="SetText('%GetAltTags()%'))" </control> </toolbar> </xml> Compatibility Requires ToolbarBrowser version 2.4.1 and above. |