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

📄 adminbook.jsp

📁 项目名叫网上图书馆
💻 JSP
字号:
<%@ page language="java" pageEncoding="gbk"%>
<html>
	<head>
		<meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=gb2312">
		<title>管理首页</title>
		<link rel="stylesheet" type="text/css" href="../css/style_admin.css">
	</head>

	<script>
function mfk()
{
   if(shang.style.display=='none')
    {
     shang.style.display='';
    }
   else
   {
     shang.style.display='none';
   }
}
</script>
	<body scroll=no topmargin="0" leftmargin="0">
	<div id="i1" class="intro"> 
</div> 
<div id="i2" class="intro"> 
</div> 
<script language="JavaScript1.2"> 
var speed=20 
var temp=new Array() 
var temp2=new Array() 
if (document.layers){ 
for (i=1;i<=2;i++){ 
temp[i]=eval("document.i"+i+".clip") 
temp2[i]=eval("document.i"+i) 
temp[i].width=window.innerWidth/2 
temp[i].height=window.innerHeight 
temp2[i].left=(i-1)*temp[i].width 
} 
} 
else if (document.all){ 
var clipright=document.body.clientWidth/2,clipleft=0 
for (i=1;i<=2;i++){ 
temp[i]=eval("document.all.i"+i+".style") 
temp[i].width=document.body.clientWidth/2 
temp[i].height=document.body.offsetHeight 
temp[i].left=(i-1)*parseInt(temp[i].width) 
} 
} 


function openit(){ 
window.scrollTo(0,0) 
if (document.layers){ 
temp[1].right-=speed 
temp[2].left+=speed 
if (temp[2].left>window.innerWidth/2) 
clearInterval(stopit) 
} 
else if (document.all){ 
clipright-=speed 
temp[1].clip="rect(0 "+clipright+" auto 0)" 
clipleft+=speed 
temp[2].clip="rect(0 auto auto "+clipleft+")" 
if (clipright<=0) 
clearInterval(stopit) 
} 
} 

function gogo(){ 
stopit=setInterval("openit()",100) 
} 
gogo() 

</script>
<style>
<!--
.intro {
position:absolute;
left:0;
top:0;
layer-background-color:#FF6600;
background-color:#FF6600;
border:0.1px solid #FF6600
}
-->
</style> 
	<table width="850" height="780" align="center" bgcolor="#CCCCCC">
		<tr>
				<td align="center" bgcolor="#FFFFFF"><img src="images/bn01.GIF" width="778" height="120" /></td>
	  </tr>
			
			<tr>
				<td bgcolor="#FFFFFF" align="center">
					<table width="100%" height="100%" border="0" align="center"
						cellpadding="0" cellspacing="0" >
						<tr>
							<td id='shang' width="200" height="100%" >
								<iframe frameBorder="0" id="left" name="left" src="AdminTree.html"
									height="100%" width="200" target="main">								</iframe>							</td>
							<td align="center"  onClick="mfk();" height="100%" bgcolor="#FFFFFF">
								<table width="6" height="670" border="0" cellpadding="0"
									cellspacing="0">
									<tr>
										<td bgcolor="#FFFF99" width="5">
											<font color="#000000">隐藏</font>										</td>
									</tr>
								</table>							</td>
							<td width="100%" height="80%">
								<iframe frameBorder="0" id="main" name="main" scrolling="yes"
									src="welcome.html" height="100%" width="100%"></iframe>							</td>
						</tr>
				  </table>				</td>
			</tr>
			<tr>
				<td height="30" align="center" bgcolor="#FFFFFF"><%@ include file="last.jsp"%></td>
			</tr>
	</table>
	</body>
</html>


⌨️ 快捷键说明

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