📄 chatlog.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>
<meta name="GENERATOR" content="Microsoft FrontPage 3.0">
<style type="text/css">
<!--
.p9 {font-size: 9pt; line-height: 14pt }
.btn {background-color: #E4C8E4;font-size: 9pt; line-height: 12pt}
-->
</style>
</head>
<script language="javascript">
var curtype=0;
function showchatmsg(itype)
{
curtype=itype;
document.msgform.msgtext.value=opener.document.ChatClient.getChatLog(itype);
}
</script>
<body bgcolor="#C0C0C0" topmargin="2" leftmargin="2" onload="showchatmsg(0);" oncontextmenu="self.event.returnValue=false">
<form name="msgform">
<table border="0" width="100%" height="100%" bgcolor="#A5A5A5">
<tr>
<td width="100%" bgcolor="#C3C3C3" class="p9" height="30"><input type="radio" value="0" checked name="msgtype" onclick="showchatmsg(0);">全部内容 <input type="radio" value="0" name="msgtype" onclick="showchatmsg(1);">与我相关的内容
<input type="button" value="更 新" onclick="showchatmsg(curtype);"> <input type="button" value="关 闭" onclick="window.close();"></td>
</tr>
<tr>
<td width="100%" height="95%" bgcolor="#C3C3C3"><textarea rows="30" name="msgtext" cols="20" style="width:100%;height:100%"></textarea></td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -