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
 

Checksum() Function

Calculates a checksum. type can be either MD5 or SHA1, string is the

Syntax:

    Checksum(type,buffer,init_value)


Parameters:

    type - Checksum type can be either SHA1 or MD5
    buffer - buffer to calculate checksum for. The buffer can include variables.
    init_value - Initialization value. This paramater is ignored if type is MD5.


Remarks:

    If buffer contains the %SOURCE% variable, a checkum will be performed on the HTML source code of the currently loaded page.


Example:

    The following example uses the SHA1 algorithm required to query google for a page rank.