bookadd.html

来自「图书管理功能」· HTML 代码 · 共 43 行

HTML
43
字号
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
</head>

<body>
<center>
  <h4><font color="#6699ff">新书登记</font> </h4><hr/>
  <form name="form1" method="post" action="bookadd.asp">
    <table width="75%" border="1">
      <tr>
        <td width="27%">图书编号:</td>
        <td width="73%"><input type="text" name="bookid"></td>
      </tr>
      <tr>
        <td>图书名称:</td>
        <td><input type="text" name="bookname"></td>
      </tr>
      <tr>
        <td>图书作者:</td>
        <td><input type="text" name="bookauthor"></td>
      </tr>
      <tr>
        <td>图书价格:</td>
        <td><input type="text" name="bookprice"></td>
      </tr>
      <tr>
        <td>出版社:</td>
        <td><input type="text" name="bookpub"></td>
      </tr>
      <tr>
        <td>&nbsp;</td>
        <td><input type="reset" name="Submit" value="重置">
          <input type="submit" name="Submit2" value="图书登记"></td>
      </tr>
    </table>
  </form>
</center>
</body>
</html>

⌨️ 快捷键说明

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