Sample: dhtmlxWindows Attaching URL via AJAX dhtmlxWindows main page
X
 
<script>
 
        var dhxWins = new dhtmlXWindows();
    ...
    // loading url, the second parameter indicates whether the content will be loaded through AJAX (true)
    dhxWins.window(id).attachURL("content_for_window.html", true);
</script>