線上書籍

Home

[991]PHP網站開發 進階應用技巧2

<html>
  <head>
  <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  <title></title>
 
  <link rel="stylesheet" type="text/css" href="dhtmlxSuite/dhtmlxLayout/codebase/dhtmlxlayout.css">
    <link rel="stylesheet" type="text/css" href="dhtmlxSuite/dhtmlxLayout/codebase/skins/dhtmlxlayout_dhx_blue.css">
    <link rel="stylesheet" type="text/css" href="dhtmlxSuite/dhtmlxLayout/codebase/skins/dhtmlxlayout_dhx_skyblue.css">
    <script src="dhtmlxSuite/dhtmlxLayout/codebase/dhtmlxcommon.js"></script>
    <script src="dhtmlxSuite/dhtmlxLayout/codebase/dhtmlxcontainer.js"></script>
    <script src="dhtmlxSuite/dhtmlxLayout/codebase/dhtmlxlayout.js"></script>
    <style>
     html, body { width: 100%; height: 100%; margin: 0px; }
    </style>
 
  </head>
  <body>
    <h1>版型測試</h1>
    <div id="MyWin" style="position:relative; width:900px; height:450px;"></div>
    <br>
    <div id="MyWin2" style="position:relative; width:900px; height:450px;"></div>
   
   
    <script>
    var dhxLayout = new dhtmlXLayoutObject("MyWin", "3J", "dhx_blue");
    var dhxLayout2 = new dhtmlXLayoutObject("MyWin2", "3J", "dhx_skyblue");
        </script>
  </body>
</html>