inqury.jsp

来自「网上结婚登记系统 Java语言编写 可直接运行」· JSP 代码 · 共 48 行

JSP
48
字号
<%@ page contentType="text/html; charset=gb2312" language="java" import="java.sql.*" errorPage="" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>用户界面</title>
<style type="text/css">
<!--
.STYLE1 {
	font-size: xx-large;
	font-family: "黑体";
}
.STYLE2 {
	font-size: x-large;
	font-family: "新宋体";
}
-->
</style>
</head>


<body>
<form name="selectResult" action="../../userLogin.do" method="post">
<div align="center">
  <table width="50%" border="0">
    <tr>
      <td colspan="2"><div align="center"><span class="STYLE1">查询用户</span></div></td>
    </tr>
    <tr>
      <td><span class="STYLE2">登录名:</span></td>
      <td><input type="text" name="username" value="" /></td>
    </tr>
    
    <tr>
      <td colspan="2"><div align="center"><span class="STYLE2">${error}</span></div></td>
      
    </tr>
    
    <tr>
      <td colspan="2"><div align="center"><input type="submit" value="查询"/></div></td>
    </tr>
  </table>
</div>
</form>
</body>

</html>

⌨️ 快捷键说明

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