The onactivate trigger is fired when a toolbar is activated.
Syntax:
onactivate="Function(); Function2(); ..."
Remarks:
A toolbar is activated whenever a toolbar is created. This includes opening a new browser window, switching toolbars or when the Toolbar Browser bar is enabled from the IE toolbar menu.
Activating or maximizing an existing browser window will not fire the trigger.
OnActivate Trigger does not fire if the Toolbar Browser is hidden.
The trigger can be used to execute one or more functions.