Sample: dhtmlxTabbar Loading by AJAX (content loading from html file) dhtmlxTabbar main page
X

You can load tab content from html file and automaticaly place it on page using ajax.
After selecting tab2, dhtmlxGrid will be initialized in it.

Next (cycle)

 
<?xml version="1.0"?>
<tabbar  hrefmode="ajax-html">
    <row>
        <tab id="b1" width='100px' selected="1"  href="alfa.html">features</tab>
        <tab id="b2" width='100px' href="alfa2.html">dhtmlx</tab>
        <tab id="b3" width='100px' href="betta.txt">browsers</tab>
        <tab id="b4" width='100px' href="gamma.html">other</tab>
        
    </row>
</tabbar>