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

📄 bookadd.html

📁 图书管理功能
💻 HTML
字号:
<%@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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -