您当前的位置:XML + XSL + JS 构建小型Web App (十四)-电脑教程-

XML + XSL + JS 构建小型Web App (十四)-电脑教程-

减小字体 增大字体 作者:佚名  来源:不详  发布时间:2008-7-7 0:47:40

3. index.htm

<html>

   <head>

       <script src="index.htm.files/js/common.js"></script>

       <style>

          table{cellpadding:0;cellspacing:0;border-collapse:collapse;}

          td{border:1px solid black;font-size:12px;}

          th{border:1px solid black;font-size:12px;}

          p{font-size:12px;}

       </style>

   </head>

<body >

   <button ></button>

   <button ></button>

   <button ></button>

   <div id="disp"></div>

   <div id="edit"></div>

   <div id="set"></div>

 

</body>

</html>