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

📄 order.htm

📁 jsp-公司管理系统-注册、会员管理等功能
💻 HTM
字号:
<html>

<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html;charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>订购单</title>
</head>

<body>

<form method="POST" action="../site_Servlet/OrderPrint">
  <div align="center">
    <center>
    <table border="1" width="438" height="168" style="font-family: 仿宋_GB2312">
      <tr>
        <td width="438" height="24" colspan="4" bgcolor="#FFEDD2">
          <p align="center">订  购  单</p>
        </td>
      </tr>
      <tr>
        <td width="84" height="19" bgcolor="#F2EDDD">姓名:</td>
        <td width="338" height="19" colspan="3" bgcolor="#F2EDDD"><input type="text" name="client" size="18"></td>
      </tr>
      <tr>
        <td width="84" height="18" bgcolor="#FFEDD2">性别:</td>
        <td width="143" height="18" bgcolor="#FFEDD2"><input type="radio" value="male" checked name="sex">男
        </td>
        <td width="198" height="18" colspan="2" bgcolor="#FFEDD2"><input type="radio" name="sex" value="female">女</td>
      </tr>
      <tr>
        <td width="84" height="21" bgcolor="#F2EDDD">邮寄方式:</td>
        <td width="126" height="21" bgcolor="#F2EDDD"><input type="checkbox" name="normal" value="ON" checked>普通</td>
        <td width="102" height="21" bgcolor="#F2EDDD"><input type="checkbox" name="register" value="ON">挂号</td>
        <td width="93" height="21" bgcolor="#F2EDDD"><input type="checkbox" name="express" value="ON">特快专递</td>
      </tr>
      <tr>
        <td width="84" height="28" bgcolor="#FFEDD2">邮寄地址:</td>
        <td width="338" height="28" colspan="3" bgcolor="#FFEDD2"><input type="text" name="address" size="48"></td>
      </tr>
      <tr>
        <td width="438" height="31" colspan="4" bgcolor="#FFEDD2">
          <p align="center"><input type="submit" value="登   记" name="B1"> <input type="button" value="取   消" name="B2"></p>
        </td>
      </tr>
    </table>
    </center>
  </div>
</form>

</body>

</html>

⌨️ 快捷键说明

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