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

📄 main.asp

📁 ASP开发学生成绩查询管理系统,能满足毕业设计的要求-ASP student achievement for the development of the management system, des
💻 ASP
字号:
<!--#include file="include/Conn.asp"-->
<!--#include file="include/check.asp"-->


<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>学生成绩管理系统</title><style type="text/css">
<!--
body {
	margin-top: 0px;
	background-color: #d6dff7;
}
-->
</style></head>

<body>
<table width="710" border="1" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td height="30" colspan="2" bgcolor="#d6dff7">
	<iframe width="760" height="30" scrolling="no" src="head.html" frameborder="0">
	</iframe>
   </td>
  </tr>
  <tr>
    <td width="170" height="680">
	<iframe height="680" width="170" scrolling="no" src="Left.asp" frameborder="0"> 
	</iframe>
	</td>
    <td width="590" height="680">
	<iframe height="680" width="590" scrolling="auto" src="list.asp" frameborder="0" name="mainframe"></iframe></td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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