blank.jsp
来自「java jsp教程」· JSP 代码 · 共 44 行
JSP
44 行
<!-- /jsp/addrbook/groupSelectPerson.jsp author maxh-->
<%@ page contentType="text/html;charset=gb2312"%>
<%String contextPath = request.getContextPath();%>
<%
String statusFlag=request.getParameter("statusFlag");
%>
<HTML>
<HEAD>
<TITLE>组织人员列表</TITLE>
<script language="JavaScript" type="text/JavaScript">
function _back(){
var url;
url = "<%=request.getContextPath()%>/servlet/PersonalWorkToDoServlet";
window.parent.location.href = url;
}
function _operate(operateFlag){
act="<%=request.getContextPath()%>/servlet/PriAddrGroupEditServlet?";
window.location.href = act;
}
</script>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta http-equiv='expires' content='0'>
<meta http-equiv="Pragma" content="no-cache">
<META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE">
<link href="<%=request.getContextPath()%>/css/style.css" rel="stylesheet" type="text/css">
</HEAD>
<body bgcolor="#FFFFFF" text="#000000" background="<%=request.getContextPath()%>/images/grid.gif" leftmargin="0" topmargin="10">
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<center>
<img src="<%=request.getContextPath()%>/images/return.gif" width="59" height="22" border="0" onClick="_back()"
style="cursor: hand">
</center>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?