Help with onclick

I want code to click a link on cell A and show the different content in cell b and cell c
parent id is 3L

Can you please help me with this

Could you explain the problem in detail ? It isn’t clear whether you use iframes (attachURL method) or the content of cell b and cell c is attached by attachObject method.

i am new to DHTMLX ,
i unable to understand how to start coding…
but my problem is to have a link in left pane and if i click on left pane …
two different pages should be opened in top pane and bottom pane of parent id 3L

i think i can use iframes for this but i am unable to understand how to write the code and call the desired page with a click on left pane…
Hope you can help me

function loadPage(cell_id,url){
if (!dhxLayout.cells(cell_id)._frame) {
dhxLayout.cells(cell_id).attachURL(url);
return false;
}
return true;

}


Lab 1
  </strong></div>
  
</div>

i am putting lab1 in left pane and if i click on lab1 the content should be loaded in right top pane and bottom pane

Hey thx for the reply…
i got it

So… have you solved the issue ?

yes…