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

📄 index.asp

📁 网络教学平台由教师教学系统、学生学习系统和教学管理系统三大模块组成
💻 ASP
字号:
<!--#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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -