📄 examlist.htm
字号:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<META HTTP-EQUIV="PRAGMA" CONTENT="CACHE">
<META HTTP-EQUIV="EXPIRES" CONTENT="TUE,04 Dec 2096 21:29:02 GMT">
<title>蓝雨聊天室(有奖考试)</title>
<style type="text/css">
<!--
td, p, input, font, select, option, textarea, form { font-family:"宋体"; font-size: 12px }
a:link { text-decoration: none }
a:visited { text-decoration: none; color:#0000ff}
a:hover { text-decoration: underline }
a:active { text-decoration: none;}
.p9 {font-size: 9pt; line-height: 14pt }
-->
</style>
</head>
<script language="javascript">
function show_exam()
{
if(opener!=null)
document.form1.examlist.value=opener.document.ChatClient.getExamList();
}
function click_back()
{
if(opener.document.ChatClient.getExamUserType()==0)
history.back(0);
else
window.close();
}
function on_start()
{
show_exam();
setInterval("show_exam()", 2000);
}
</script>
<body bgcolor="#C0C0C0" topmargin="5" leftmargin="5" onload="on_start()" oncontextmenu="self.event.returnValue=false">
<form name="form1" onsubmit="return false">
<table border="0" width="100%" cellspacing="4" bgcolor="#B4B4B4" height="100%">
<tr>
<td width="95%" ><b>有奖考试(考题列表)</b> <a href="#" onclick="click_back();return false;">返回</a></td>
<td width="5%" ><input type="button" value="关 闭" onclick="window.close()"></td>
</tr>
<tr>
<td width="100%" bgcolor="#E2E2E4" colspan="2" height="95%" valign="top">
<table border="0" width="100%" cellspacing="0" cellpadding="0" height="100%">
<tr>
<td width="100%" height="100%">
<textarea rows="30" name="examlist" cols="20" style="width:100%;height:100%"></textarea>
</td>
</tr>
</table>
</td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -