⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 dingdan.htm

📁 jsp时间的一些小例子
💻 HTM
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>订单</title>
<style type="text/css">
<!--
body {
	background-image:  url(../image/Back057.gif);
	background-color: #FFFFFF;
}
.style4 {font-size: 16px}
.style5 {font-family: "幼圆"}
.style6 {font-size: 16px; font-family: "幼圆"; }
.style7 {
	font-size: 18px;
	color: #FF6633;
}
.style9 {
	color: #FF3300;
	font-size: large;
}
-->
</style></head>

<body>
<table width="992" border="0" cellpadding="0" cellspacing="0">
  <!--DWLayoutTable-->
  <tr> 
    <td height="46" valign="top"><!--DWLayoutEmptyCell-->&nbsp;</td>
    <td height="46" valign="top"><div align="center" class="style9">订单处理</div></td>
    <td width="170" rowspan="2" valign="top"><!--DWLayoutEmptyCell-->&nbsp;</td>
  </tr>
  <tr> 
    <td width="132" height="310" valign="top"><!--DWLayoutEmptyCell-->&nbsp;</td>
    <td width="682" valign="top"><form name="form1" method="post" action="dingdan.jsp">
        <table width="73%" height="311" border="0" align="center" cellspacing="0" background="../images/bg.gif">
          <tr bordercolor="#D883D8" background="../images/bg.gif"> 
            <td colspan="4"><div align="center" class="style5 style7">购物结算——收货人信息</div></td>
          </tr>
          <tr bordercolor="#D883D8" background="../images/bg.gif"> 
            <td width="34%"><div align="center" class="style4 style5">收货人姓名:</div></td>
            <td colspan="3"><input name="name" type="text" id="name"></td>
          </tr>
          <tr bordercolor="#D883D8" background="../images/bg.gif"> 
            <td bordercolor="#D883D8"><div align="center" class="style6">收货人地址:</div></td>
            <td colspan="3"><input name="dizhi" type="text" id="dizhi"></td>
          </tr>
          <tr bordercolor="#D883D8" background="../images/bg.gif"> 
            <td><div align="center" class="style6">邮政编码:</div></td>
            <td colspan="3"><input name="youbian" type="text" id="youbian"></td>
          </tr>
          <tr bordercolor="#D883D8" background="../images/bg.gif"> 
            <td><div align="center" class="style6">联系电话:</div></td>
            <td colspan="3"><input name="dianhua" type="text" id="dianhua"></td>
          </tr>
          <tr bordercolor="#D883D8" background="../images/bg.gif"> 
            <td><div align="center" class="style6">电子信箱:</div></td>
            <td colspan="3"><input name="email" type="text" id="email"></td>
          </tr>
          <tr bordercolor="#D883D8" background="../images/bg.gif"> 
            <td><div align="center" class="style6">付款方式:</div></td>
            <td colspan="3"><select name="fukuan" id="fukuan">
                <option value="货到付款">货到付款</option>
                <option value="银行转账">银行转账</option>
                <option value="电子钱包支付">电子钱包支付</option>
                <option value="其他">其他</option>
                <option value="分期付款">分期付款</option>
            </select></td>
          </tr>
          <tr bordercolor="#D883D8" background="../images/bg.gif"> 
            <td>
              <div align="right">
                <input type="submit" name="Submit" value="结算">
              </div></td>
            <td width="18%"><div align="center">
              <input type="reset" name="Submit2" value="重置">
            </div></td>
            <td width="18%"><div align="center">
            </div></td>
            <td width="30%">&nbsp;</td>
          </tr>
        </table>
      </form></td>
  </tr>
  <tr> 
    <td height="64" colspan="3" valign="top"><div align="center"></div></td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -