Sample: dhtmlxTabbar Links in single iframe dhtmlxTabbar main page
X

Set hrefmode attribute value to iframe and add href attributes to tab tags to load tab content in single iframe (which will be autoimaticaly created)


 
<?xml version="1.0"?>
<tabbar  hrefmode="iframe">
    <row>
        <tab id="b1" width='100px' href="http://groups.google.com">Google groups</tab>
        <tab id="b2" width='100px' selected="1" href="http://google.com">Google search</tab>
    </row>
</tabbar>