|
Returns the META keywords of the current page. Syntax:GetMetaKeywords() Example: This example displays the META Keyword tags of the current page, when the VIEW button is clicked. <xml id="toolbar"> <toolbar caption="GetMetaKeywords() Example"> <control type="toolbar"> <button id=text caption="View" action="SetText('%GetMetaKeywords()%'))" </control> </toolbar> </xml> Compatibility Requires ToolbarBrowser version 2.4.1 and above. |