I have added a third frame (“C”) inside my layout. My intention is to put Tabbar inside this frame. I cannot get the tabbar inside the third frame to show up at all. In fact, the title of the frame no longer shows up when I have the tabbar code there.
Can you help?
Here is the code:
<div id=“a_tabbar” class="dhtmlxTabBar style=“width:400;height:100”>
Here is the xml:
<?xml version="1.0"?>
Google groups
Google search
Thanks again for your help.
Remove the following lines from your code:
<div id=“a_tabbar” class="dhtmlxTabBar style=“width:400;height:100”>
dhxtabbar=new dhtmlXTabBar(“a_tabbar”,“top”);
Works good… Thanks!