<link rel="stylesheet" type="text/css" href="../../codebase/dhtmlxlayout.css">
<link rel="stylesheet" type="text/css" href="../../codebase/skins/dhtmlxlayout_dhx_skyblue.css">
<script src="../../codebase/dhtmlxcommon.js"></script>
<script src="../../codebase/dhtmlxlayout.js"></script>
<script src="../../codebase/dhtmlxcontainer.js"></script>
<div id="parentId" style="position: relative; top: 20px; left: 20px; width: 600px; height: 400px; aborder: #B5CDE4 1px solid;"></div>
<script>var dhxLayout;
function doOnLoad() {
dhxLayout = new dhtmlXLayoutObject("parentId", "3U");
dhxLayout.cells("a").setHeight(200);
dhxLayout.cells("a").attachURL("http://www.google.com/");
dhxLayout.cells("b").attachURL("http://www.yahoo.com/");
dhxLayout.cells("c").attachURL("http://www.js.com/");
}
</script>