Toolbar Browser
3. Reference
Triggers
Controls
Variables
System Variables
Global Values
Functions
Text Functions
GetAltTags()
GetLinkText()
GetLinks()
GetHeading()
GetMetaDescription()
GetMetaKeywords()
GetPageDetails()
GetPageText()
GetPageTitle()
GetParam()
 

GetMetaDescription() Function

Returns the META description tag of the the current page.

Syntax:

    GetMetaDescription()


Example:

    This example displays the META Description tags of the current page, when the VIEW button is clicked.


    <xml id="toolbar">
    <toolbar caption="GetMetaDescription() Example">
    <control type="toolbar">
    <button

      id=text
      caption="View"
      action="SetText('%GetMetaDescription()%'))"
    ></button>
    </control>
    </toolbar>
    </xml>



    Compatibility

      Requires ToolbarBrowser version 2.4.1 and above.