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

📄 adm_mainleft.asp

📁 教学在线系统
💻 ASP
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!--#include file="../conndb/conn.asp"-->
<%

%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>管理考试系统菜单</title>
</head>
<style>
td{font-size:9pt}
a{text-decoration:none;color:black;}
a:hover{text-decoration:underline;color:blue;}
</style>
<script language="javascript" src="js/js.js">
//function sel(getid)
//{
///document.write(getid);
//	location.href = "Sel_lesson.asp?id="+getid;
//}

</script>
<body topmargin=0 leftmargin=0>
<table width=100% height="94" border=0 align=center cellpadding=0 cellspacing=0>
<tr align=center>
<td height="25"><a href="adm_Mainright.asp" target="mainr">查询考生成绩</a></td>
</tr>
<tr align=center>
<td height="25"><a href="questions/adm_QueryQuestion.asp" target="mainr">查询考试题目</a></td>
</tr>
<tr align=center>
<td height="25"><a href="adm_Mainleft_sel.asp" target="sel_step" onclick="show_td()">添加试题</a></td>
</tr>
<tr align=center>
<td height="25" id="td_fra">
<iframe frameborder=0 width=100% scrolling="no" name="sel_step" id="sel_step"></iframe>
</td>
</tr>
<tr align=center>
<td height="25">

</td>
</tr>
</table>

</body>
</html>

⌨️ 快捷键说明

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