index.asp

来自「网络教学平台由教师教学系统、学生学习系统和教学管理系统三大模块组成」· ASP 代码 · 共 34 行

ASP
34
字号
<!--#include file="Conn.asp"-->
<html>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title><%=Application("TestVersion")%></title>
<link rel="stylesheet" type="text/css" href="css.css">
<style type="text/css">
<!--
body {
	background-color: #B1DB99;
}
-->
</style></head>
<body topmargin="0">
<!--#include file="Menu.asp"-->
<table width="760" border="0" align="center" cellpadding="1" cellspacing="0" class=p1>
  <tr>
    <td  valign="top"><br>
      <%
If Request("TestID")="" Then
%>
   
<%Else%>
<!--#include file=ShowMeTest1.asp !-->	
<%End If%>
<br>
	</td>
  </tr>
</table>
</body>

</html>

⌨️ 快捷键说明

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