Load a page with toolbar

I have a page with a toolbar. From this page in a div I load a new php page cointaing another toolbar but this second toolbar doesn’t load.

Is there a way to load the two toolbars in the same page from different pages?



Thanks a lot.

For the moment you can place two or more toolbars on the page.
Could you please provide us your source code/demo?


Here it goes! I’ve put a grid and it also doesn’t work… I’m able  to see only the tool bar from the main page.



Main.php:



<?
error_reporting(E_ALL);
?>










 Initializing from XML
 
 
 





 




 



















ficheroClientes.php



<?
error_reporting(E_ALL);
?>






 Initializing from XML 
 
 
 
 
  
 
 
 
 

 





Fichero Clientes




 








 



 






In your code you attaching new page into div. In this case scripts won’t be executed.
<— this won’t be executed too.
At least you need to execute function which will call necessary methods which will construct objects.