pubinfo.jsp

来自「图书管理系统」· JSP 代码 · 共 39 行

JSP
39
字号

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>出版社信息管理页面</title>
<style type="text/css">
<!--
.STYLE1 {
	font-size: xx-large;
	color: #000000;
}
.STYLE2 {color: #CC0000}
.STYLE3 {color: #00CC00}
.STYLE4 {color: #FFCC00}
-->
</style>
</head>

<body>
<div align="center"><div id="mydiv" style="background-color:#3399CC">
<div align="center"><span class="STYLE1">出版社信息查询</span></div></div>
<form action="pubinfo_1.jsp"method="post">
  <div align="center">
    <p><br>
      出版社信息查询:
      <input type="text"name="pubinfo">
      </p>
    <p><br>
      <input type="submit"value="确定"name="p_b1">
      <input type="reset"value="重填"name="p_b2">
      <br>
      <br>
      <br>
      </p>
  </div>
</form>
</body>
</html>

⌨️ 快捷键说明

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