hi,
given below is the code; which is working fine in chrome and firefox but it is not loading in ie8.
echo "<div id=“test”>sdfsgggsdgfadgagdagdasgdgfa sdfasdasgasgagagasgasg ";
echo “<h1 id=“init_tabbar_from_script”>Integration with dhtmlxGrid”;
echo "<div id=“a_tabbar” style=“width:395px; height:390px;”/>
<script>
tabbarx=new dhtmlXTabBar(\"a_tabbar\",\"top\");
tabbarx.setSkin('dhx_skyblue');
tabbarx.setImagePath(\"auxiliary/codebase/imgs/\");
tabbarx.addTab(\"a1\",\"Tab 1-1\",\"100px\");
tabbarx.setContent(\"a1\", \"test\");
tabbarx.setTabActive(\"a1\");
";
pls help me