main.asp

来自「ASP开发学生成绩查询管理系统,能满足毕业设计的要求-ASP student a」· ASP 代码 · 共 36 行

ASP
36
字号
<!--#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 + =
减小字号Ctrl + -
显示快捷键?