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

📄 jiaogongzuo.jsp

📁 教师管理系统
💻 JSP
字号:
<%@ page contentType="text/html; charset=gb2312" language="java" import="java.sql.*" errorPage="" %>
<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>New Page</title>
<style type=text/css>
A {
 COLOR: #000000; TEXT-DECORATION: none
; font-size: 12pt
}
A:active {
 COLOR: #FF0000}
A:hover {
 COLOR: #0000FF; TEXT-DECORATION: none
}
.style1 {font-size: 10pt}
a:link {
	color: #000000;
}
a:visited {
	color: #009900;
}
</style>
</head>

<body >
<p>
<script language="javascript">
/*
 根据对象当前的属性,改变对象的显示状态
*/
function onClickDiv(DivId)
{
 if(document.all[DivId].style.display=='none')
   { document.all[DivId].style.display=''; }
 else
   { document.all[DivId].style.display='none'; }
 return 0;
}
</script>

<a href="#" onclick="return onClickDiv('dy4')"
 > <img src="photo/renwuguanlii.gif" width="108" height="32" border="0"></a>
<Div Id="dy4" Style=display:none><table width="100%"  border="0" cellspacing="1">
<tr><a href="renwuzhuce.jsp" target="main2Frame" class="style1">&nbsp;&nbsp;&nbsp;&nbsp;.任务注册</a></tr>
     <tr><a href="renwuguanli.jsp" target="main2Frame" class="style1">&nbsp;&nbsp;&nbsp;&nbsp;.任务管理</a></tr>
    
  </table>
</div>
<p>
  <a href="#" onclick="return onClickDiv('dy3')" ) ><img src="photo/jiangchengguanlii.gif" width="108" height="32" border="0"> </a>
<Div Id="dy3" Style=display:none>
   <table width="100%"  border="0" cellspacing="1">
    <tr><a href="jiangchenggerenfenlei.jsp" target="main2Frame" class="style1">&nbsp;&nbsp;&nbsp;&nbsp;.分类查询</a></tr>
    <tr><a href="jiangchenggerenzongti.jsp" target="main2Frame" class="style1">&nbsp;&nbsp;&nbsp;&nbsp;.总体查询</a></tr>
    
   </table>
</div>
  <p>
  <a href="#" onclick="return onClickDiv('dy2')" ) ><img src="photo/xiangmuguanli.gif" width="108" height="32" border="0"> </a>
<Div Id="dy2" Style=display:none>
   <table width="100%"  border="0" cellspacing="1">
    <tr><a href="xiangmuzhuce.jsp" target="main2Frame" class="style1">&nbsp;&nbsp;&nbsp;&nbsp;.项目注册</a></tr>
    <tr><a href="xiangmuguanli.jsp" target="main2Frame" class="style1">&nbsp;&nbsp;&nbsp;&nbsp;.项目管理</a></tr>
    
   </table>
</div>
  <P > 
  <a href="xiugai1.jsp" target="main2Frame" onclick="return onClickDiv('dy5')" ) ><img src="photo/xiugaimimai.gif" width="108" height="32" border="0"> </a>
<Div Id="dy5" Style=display:none>
</body>

</html>

⌨️ 快捷键说明

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