rightframe.asp
来自「一套在线考试系统」· ASP 代码 · 共 23 行
ASP
23 行
<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">
<script language="JavaScript1.2" src="../js/lock.js"></script>
</head>
<frameset frameborder="NO" border="0" framespacing="0" rows="25,91%,25">
<frame name="RightContentFrame" scrolling="no" target="RightMainFrame" src="content.asp" noresize>
<frame name="RightMainFrame" target="_self" scrolling="yes" src="news.asp">
<frame name="RightMainFrame1" src="rightbottomframe.asp" scrolling="no" noresize target="_self">
</frameset>
<noframes>
<body oncontextmenu="self.event.returnValue=false" onkeydown="lockalt();" bgcolor="#FFFFFF">
</body>
</noframes>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?