⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 index.jsp

📁 基于J2EE的办公自动化系统。实现流程定义流程办理等。运用了hibernate+struts+spring框架综合运用的系统。
💻 JSP
字号:
<%@ page language="java" pageEncoding="GBK"%>

<%@ taglib uri="http://struts.apache.org/tags-bean" prefix="bean" %>
<%@ taglib uri="http://struts.apache.org/tags-html" prefix="html" %>
<%@ taglib uri="http://struts.apache.org/tags-logic" prefix="logic" %>
<%@ taglib uri="http://struts.apache.org/tags-tiles" prefix="tiles" %>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gbk" />
<title>无标题文档</title>
<style>
	a{TEXT-DECORATION:none}
	body{ font-size:12px}
	table{ }
	
</style> 
</head>

<frameset rows="55,*" cols="*" framespacing="0" frameborder="no" border="0">
  <frame src="${pageContext.request.contextPath}/Jsp_file/email/top.jsp" name="emailtopFrame" scrolling="No" noresize="noresize" id="emailtopFrame" title="topFrame" />
  <!-- <a href="/email.do?method=receiveBox&emailtype=0&receiveid=${sessionScope.user.uno}-->
  <frame src="${pageContext.request.contextPath}/email.do?method=receiveBox&emailtype=0&receiveid=${sessionScope.user.uno}" name="emailmainFrame" id="emailmainFrame" title="emailmainFrame" />
</frameset>
<noframes><body>
</body>
</noframes></html>

⌨️ 快捷键说明

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