📄 7.jsp
字号:
<%@ 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -