?? clone.jsp
字號:
<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%>
<%@ taglib uri="/tags/struts-logic" prefix="logic"%>
<%String path = request.getContextPath();
String basePath = request.getScheme() + "://"
+ request.getServerName() + ":" + request.getServerPort()
+ path + "/";
%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<base href="<%=basePath%>">
<title></title>
<style type="text/css">
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
</style>
<link href="/gensou/images/allcss.css" rel="stylesheet" type="text/css">
<style type="text/css">
.STYLE1 {color: #404040}
</style>
<SCRIPT language="javascript">
function posURI(groupID){
groupIDEncoder=encodeURI(groupID);
location.href=groupIDEncoder;
}
</SCRIPT>
</head>
<body>
<%String fileurl=request.getParameter("fileurl");%>
<logic:present name="fileurl">
<%try{
fileurl=request.getAttribute("fileurl").toString();
}catch(NullPointerException npe){
fileurl=request.getParameter("fileurl");}%>
</logic:present>
<a href='<%="/gensou"%><%=fileurl%>' class="blueButtonCss">打印報表</a>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -