?? adm_mainleft.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 + -