Tabbar with php content showing layout and Grid

Hi,

I’m trying to use the tabbar.setContentHref to load a php file, which showing layout and grid. Interestingly, javascript doesn’t run.

Please see the example code below. Anything from php shows since it’s run from the server, but javascript won’t run.

tabbar_test.php

<?php $dhtml_path = "../../Dhtmlx/"; ?>

tabbar_test_page.php

<?php echo "php"; ?>

Problem solved by using iframes-on-demand mode. Thanks. :smiley: