7.jsp
来自「一个自已编写的用JSP编写的简单的人事管理系统」· JSP 代码 · 共 48 行
JSP
48 行
<%@ page contentType="text/html; charset=gb2312" language="java" import="java.sql.*" errorPage="" %>
<head>
<script language="JavaScript">
function back1()
{
window.location="4.jsp";
}
function sub()
{
String str=request.getParameter("id");
session.setAttribute("str",str);
window.location="shangchu.jsp";
}
</script>
<style type="text/css">
<!--
.STYLE1 {
font-size: 50px;
font-family: "方正舒体", "方正姚体";
color: #0066FF;
}
.STYLE2 {
font-size: 30px;
font-family: "方正舒体", "方正姚体";
color: #FF0033;
}
body {
background-color: #CCCCFF;
}
.STYLE3 {font-size: 30px; font-family: "方正姚体"; color: #FF0033; }
-->
</style>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312"></head>
<body>
<div align="center">
<p class=STYLE1>DSY 人事管理系统 </p>
</div>
<p align="center" class="STYLE2"> </p>
<p align="center" class="STYLE3">注意:此删除为永久性删除,请管理员确认后再执行!!</p>
<p align="center" class="STYLE2"> </p>
<p align="center">
<input type="button" value="确定" onclick="sub()">
<img src="77.gif">
<input type="button" value="返回" onClick="back1()">
</p>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?