index.asp

来自「学生信息化管理系统,目前最完美的学生信息化管理系统,界面美观,操作方面,个性化设」· ASP 代码 · 共 94 行

ASP
94
字号

<html>
<head>
<title>红笛学校信息化管理系统</title>

<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<meta http-equiv="pragma" content="no-cache">
<style type="text/css">
<!--
.style3 {font-size: 12px}
.style12 {font-size: 16px; font-family: "黑体";color: #FFFFFF;}
.style19 {font-size: 12px; }
body,td,th {
	font-size: 12px;
}
body {
	background-image: url(../Image/bg.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #3399FD;
}
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #000000;
}
.tables {
background-image: url(../Image/bigbg.jpg);
background-repeat: no-repeat;

}

-->
</style>
<script language="JavaScript" type="text/JavaScript">
function delpay()
{
   if(confirm("确定要删除此吗?"))
     return true;
   else
     return false;	 
}
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
//-->
</script>
</head>

<body>
<table width="1003" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#3399fd">
  <tr>
    <td height="150" align="center" valign="bottom"><img src="../Image/bigbga.jpg" width="1003" height="150"></td>
  </tr>
  <tr>
    <td height="28" align="center" valign="bottom" background="../Image/bg01a.jpg">&nbsp;</td>
  </tr>
  <tr>
    <td height="600" align="center" valign="top"><table width="800" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td height="25">&nbsp;</td>
      </tr>
      <tr>
        <td height="25" align="center">
<%


Set hdobj = Server.CreateObject("HD.studentA")'
call hdobj.CLa("classs","Los","班级教学计划","[增加班级]")
 %></td>
      </tr>
    </table>    </td>
  </tr>
  <tr>
    <td height="25" background="../Image/bg01a.jpg">&nbsp;</td>
  </tr>
</table>
</body>

</html>

⌨️ 快捷键说明

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