untitled-2.jsp

来自「java 学生成绩管理系统 基本功能: 录入 修改 删除 查询」· JSP 代码 · 共 44 行

JSP
44
字号
<%@ 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>login</title>
<style type="text/css">
<!--
body {
	background-image: url(16619.jpg);
}
-->
</style></head>
<form id="form1" name="form1" method="post" action="a.do">
  <label>
  <div align="center">id
    <input type="text" name="textfield" />
  </div>
  </label>
  <p>
    <label>
    <div align="center">password
      <input type="password" name="textfield2" />
    </div>
    </label>
  </p>
  <p>
    <label>
    <div align="center">
      <input name="action" type="submit" id="action" value="login" />
    </div>
    </label>
    <label>
    <div align="center">
      <input name="action" type="submit" id="action" value="clear" />
    </div>
    </label>
  </p>
  <p align="center">没有注册?点击<a href="Untitled-1.jsp">这里</a>注册 </p>
</form>


</html>

⌨️ 快捷键说明

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