DHTML JavaScript Tabbar samples

TabBar - loading by AJAX

You can load tab content from server and automaticaly place it on page using ajax. For more details see corresponding documentation chapter.

Force loading of second tab
Change first tab href
<div hrefmode="ajax" id="a_tabbar" class="dhtmlxTabBar" imgpath="../imgs/" style="width:390px; height:390px;" skinColors="#FCFBFC,#F4F3EE" > <div id="b1" width="100" name="Tab 1" href="slow_ajax.php?num=1"></div> <div id="b2" width="100" name="Tab 2" href="slow_ajax.php?num=2"></div> <div id="b3" width="100" name="Tab 3" href="slow_ajax.php?num=3"></div> </div>

Go to the dhtmlxTabbar main page or Close this page