📄 middle.jsp
字号:
<%@ page contentType="text/html;charset=gb2312" %>
<%@ page import="java.util.Calendar"%>
<%@ page import="java.util.GregorianCalendar"%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
</head>
<style type=text/css>
.o1{position:absolute; font-family:Webdings; background-color:#255ca9; font-size:10px; color:#ffffff; cursor:hand;}
</style>
<script>
<!--
function changeWin() {
if(document.all.leftTD.style.display=="none")
{
document.all.leftTD.style.display="";
document.all.hide.src="/krm/jsp/zimages/hide.gif";
}
else
{
document.all.leftTD.style.display="none";
document.all.hide.src="/krm/jsp/zimages/show.gif"
}
}
-->
</script>
<SCRIPT language=Javascript>
<!--
function high(which2){
theobject=which2
highlighting=setInterval("highlightit(theobject)",50)}
function low(which2){
clearInterval(highlighting)
which2.filters.alpha.opacity=50}
function highlightit(cur2){
if (cur2.filters.alpha.opacity<100)
cur2.filters.alpha.opacity+=10
else if (window.highlighting)
clearInterval(highlighting)}
function openChromeslessWindow(openUrl, winName, wWidth, wHeight, wPosx, wPosy, wTIT,
windowBORDERCOLOR, windowBORDERCOLORsel, windowTITBGCOLOR, windowTITBGCOLORsel,
bCenter, sFontFamily, sFontSize, sFontColor){
openchromeless(openUrl,winName, wWidth, wHeight, wPosx, wPosy, wTIT, wTIT ,
windowBORDERCOLOR, windowBORDERCOLORsel, windowTITBGCOLOR, windowTITBGCOLORsel,
bCenter, sFontFamily, sFontSize, sFontColor);
}
//-->
</SCRIPT>
<%
String headerValue = request.getHeader("user-agent");
boolean isM=false;
if(headerValue.indexOf("U")!=-1) isM=true;
GregorianCalendar cal = new GregorianCalendar();
int nowyear = cal.get(Calendar.YEAR);
%>
<body topmargin="0" leftmargin="0" marginheight="0">
<table width="100%" align="center" border="0" cellpadding="0" cellspacing="0" height="100%">
<tr>
<td width="12%" id="leftTD">
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td>
<iframe src="left.jsp" width="100%" height="100%" name="left" frameborder="0" scrolling="no" align="top"></iframe>
</td>
</tr>
</table>
</td>
<td width="3" bgcolor="EFEFEF" ></td>
<% if (!isM) {%>
<!-- <td width="0"bgcolor="F1F7F9">
<table border=0 cellpadding=0 cellspacing=0 >
<tr>
<td width="0" height=100% id=menuSwitch onClick="changeWin()"><img id="hide" src="/krm/jsp/zimages/hide.gif">
</td>
</tr>
</table>
</td>-->
<% }%>
<td >
<iframe src="/krm/servlet/DetailServlet?module=total&&status=q&&queryterm=total&&year=<%=nowyear%>" width="100%" height="100%" name="right" frameborder="0" scrolling="yes" align="top"></iframe>
</td>
</tr>
</table>
<SCRIPT>
function movstar(a,time){
movy=setInterval("mov("+a+")",time)
}
function movover(){
clearInterval(movy)
}
function mov(a){
scrollx=left.document.body.scrollTop
scrolly=left.document.body.scrollLeft
scrollx=scrollx+a
left.window.scroll(scrolly,scrollx)
}
function o_down(theobject){
object=theobject
while(object.filters.opacity>60){
object.filters.opacity+=-10}
}
function o_up(theobject){
object=theobject
while(object.filters.opacity<100){
object.filters.opacity+=10}
}
function wback(){
if(left.history.length==0){window.history.back()}
else{left.history.back()}
}
</SCRIPT>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -