Toolbar Browser
3. Reference
Triggers
Controls
Variables
System Variables
Global Values
Functions
AutoFill()
Back()
Beep()
CheckLinks()
Checksum()
Click()
Command()
Customize()
DeleteOption()
Enable()
Execute()
ExportLinks()
Forward()
GetFolderIcon()
GetQuery()
GetSystemIcon()
Header()
Highlight()
HistoryMenu()
Home()
IfExactMatch()
IfMatch()
ImportValue()
ImportCaption()
ImportIntValue()
ImportXMLValue()
Length()
LoadMenu()
Menu()
OpenURL()
Options()
PageText()
PlaySound()
PopupManager()
Refresh()
Replace()
ReplaceAll()
Resize()
ResizeClient()
Redraw()
Save()
Search()
SearchBack()
SearchLast()
SearchNext()
SearchPage()
SetCaption()
SetClipboard()
SetFocus()
SetFontSize()
SetIcon()
SetOption()
SetParam()
SetText()
SetStatusText()
SetTooltip()
SetUserAgent()
SetValue()
Show()
Stop()
StripHTML()
ToolbarMenu()
TruncateOption()
UpdateToolbar()
Zoom()
Text Functions
 

SetStatusText() Function

Sets a line of text in the browser's status bar.

Syntax:

    SetStatusText(text)


Parameters:

    text - text to set.


Remarks:



Example:


    <xml id="toolbar">
    <toolbar caption="SetStatusText() Example">
    <control type="toolbar">
    <button id=test caption="Click Me" action="SetStatusText('$USERAGENT')"></button>
    </control>
    </toolbar>
    </xml>


    The above code creates a toolbar with a single button. When clicked, the Browser's user agent string is displayed on the browser's status bar.
    se


See Also:

SetText() Function