Dhtmlxtab content loading using Ajax

Hey,

i’m having 3 different grid in 3 different pages.
now in dhtmlxtab i’m having 3 tabs.

i want to load all 3 pages in these 3 tabs when i clicks on tab header,

i have tried
tabbar.setHrefMode(“ajax-html”);
with my tabbar.

but its loading plaint html text.
grid is not displayed due to javascript not get called.

how can i use only “ajax” mode with tabbar.

or any other idea or sample code, having then please provide me.

  • Satish Lakhani

Hi
You can try locally the sample below…
Main page:

[code]

tabbar









html, body {
width: 100%;
height: 100%;
margin: 0px;
overflow: hidden;
background-color:white;
}






[/code] Inner page: [code]
[/code] If you have different structure, please, provide us completed demo on [dhtmlx@support.com](mailto:dhtmlx@support.com) [docs.dhtmlx.com/doku.php?id=othe ... leted_demo](http://docs.dhtmlx.com/doku.php?id=others:how_to_create_the_completed_demo)