tabbar - can catch the action when activating a tab?

Hello

I made the tabbar (3tabs) with HTML methood

<div id=‘a_tabbar’ class=‘dhtmlxTabBar’ imgpath=‘codebase/imgs/’ style=‘width:770; height:100%;’  skinColors=’#FFFFF0,#F4F3EE’ >
<div id=‘a1’ name=‘FLUTURAS’>
<br>
<table cellspacing=‘1’ cellpadding=‘10’ …

can catch the action when activating a tab?

You can refer to tabbar object by using ID of original container

<div id=‘a_tabbar’ class=‘dhtmlxTabBar’ oninit="  a_tabbar.setOnSelectHandler(your_function) "