qhdj.htm

来自「if you want it,call me.」· HTM 代码 · 共 35 行

HTM
35
字号
<html>
<head>
<title>缺货登记</title>
<link href="css.css" rel="stylesheet">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312"></head>
<body leftmargin="0" topmargin="0">
<table width="460" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr  class="tabbgcolorli"> 
              <td> ☆ 缺货登记</td>  
            </tr>
          </table>
          <br> 
          
<table width="460" height="215" border="0" align="center" cellpadding="0" cellspacing="1" class="tabbgcolorli">
  <form name="qhdj" action="qhdjsave.asp" method="post">
    <tr bgcolor="#FFFFFF"> 
      <td width="25%">您的姓名或者代号:</td>
      <td width="75%"><input name="connect" type="text" class="border" > 
        &nbsp;</td>  
    </tr>
    <tr bgcolor="#FFFFFF"> 
      <td>缺货登记内容(请写明您的联系方式)</td>
      <td><textarea name="content" cols="40" rows="10" class="border"></textarea>
        &nbsp;</td>  
    </tr>
    <tr bgcolor="#FFFFFF"> 
      <td colspan="2"><div align="center"> 
          <input type="submit" name="submit1" class="border" value="提交">
                 
          <input type="reset" name="reset1" class="border" value="重写">
        </div></td>
    </tr>
  </form>
</table>		  
</body></html>

⌨️ 快捷键说明

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