leftframe.asp
来自「一套在线考试系统」· ASP 代码 · 共 22 行
ASP
22 行
<html>
<head>
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>在线考试系统</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<base target="_self">
</head>
<frameset frameborder="NO" border="0" framespacing="0" rows="60,*">
<frame name="LeftTopFrame" scrolling="no" noresize target="_self" src="statistic.asp">
<frame name="LeftMainFrame" scrolling="auto" style="border-right: 1px solid #99CCFF" target="mainFrame" src="deeptree.asp">
</frameset>
<noframes>
<body bgcolor="#FFFFFF" text="#000000">
</body>
</noframes>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?