The UpdateToolbar() function updates the current toolbar from a specified location.
Syntax:
ToolbarUpdate(url)
Parameters
url - URL to download Toolbar XML source code from.
Remarks:
This function can be called from any event to automatically connect to an external server and download a new Toolbar source code to replace the current. Because you can pass variables as parameters in the URL, the toolbar could be customized based on various variables such as the current URL or domain.
Used together with the $ID system variable, the UpdateToolbar() function can be used to provide individual, user specific Toolbars. This can include custom features, layouts, Toolbar styles and skins.
Because the UpdateToolbar() function replaces the current toolbar, it can also be used to provide basic navigation between separate toolbars.
You should NOT use this function to manage the Toolbar version update process and to distribute new versions of your toolbar. The upgrade process and new Toolbar version distribution is managed automatically by the ToolbarBrowser client.