GetPageText() FunctionReturns all page body text on the current page. Syntax:GetPageText() GetPageText(format) Parameters format - Specified the output format. The valid values are: raw for raw unformatted text. Example: This example displays the visible page text, when the VIEW button is clicked. <xml id="toolbar"> <toolbar caption="GetPageText() Example"> <control type="toolbar"> <button id=text caption="View" action="SetText('%GetPageText()%'))" </control> </toolbar> </xml> Compatibility Requires ToolbarBrowser version 2.4.1 and above. |