📄 index.htm
字号:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="pragma" content="no-cache">
<META HTTP-EQUIV="expires" CONTENT="Wed, 12 Jan 2007 08:21:57 GMT">
<title>OC Chat</title>
<link href="CSS/ocChat.css" rel="stylesheet" type="text/css">
<script type="text/javascript" src="JS/xmlHttpRequest.js"></script>
<script type="text/javascript" src="JS/ocChat_public.js"></script>
<script type="text/javascript" src="JS/ocChat_hideWin.js"></script>
<script type="text/javascript" src="JS/ocChat_sendMsg.js"></script>
<script type="text/javascript" src="JS/ocChat_reciveMsg.js"></script>
<script type="text/javascript" src="JS/ocChat_moveable.js"></script>
<script type="text/javascript" src="JS/ocChat_soundAlert.js"></script>
<script type="text/javascript" src="JS/ocChat_getRecord.js"></script>
<script type="text/javascript" src="JS/htmlGetVar.js"></script>
<script type="text/javascript" src="JS/ocChat_setRecUserFG.js"></script>
<script type="text/javascript" src="JS/ocChat_ctrlEsc.js"></script>
<script type="text/javascript" src="JS/ocChat_ctrlEnter.js"></script>
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0" class="titleTable"
onMouseDown="javascript:ocChat_Onclick(event);setCapture();"
onMouseMove="javascript:ocChat_moveTable(parent.document.getElementById('ocChat'),event);"
onMouseUp="javascript:ocChat_MouseUp(this);releaseCapture();">
<tr>
<td width="178" class="titleTable_User">Contact Us - <span id="ocChat_ReciveUser" class="ocChat_reciveUser"></span><div style="display:none;"
id="ocChat_SendUser"></div></td>
<td width="22" valign="bottom"><span onMouseOver="this.style.backgroundColor='#2D2DFF'"
onClick="ocChat_hideWin('ocChat')" onMouseOut="this.style.backgroundColor=''">-</span></td>
<td width="20"><span onMouseOver="this.style.backgroundColor='#2D2DFF'"
onClick="showOrHideDiv('ocChat')" onMouseOut="this.style.backgroundColor=''">×</span></td>
</tr>
</table>
<table width="220" height="260" border="1" cellpadding="0" cellspacing="0" class="mainTable">
<tr>
<td height="134"><div class="msgTable_div">
<table id="ocChat_showMsgTable" border="0" cellspacing="0" cellpadding="0" class="msgTable">
<tr>
<td>Welcome to use OCChater!</td>
</tr>
</table>
</div></td>
</tr>
<tr>
<td height="20"><table width="100%" border="0" cellspacing="0" cellpadding="0" class="msgSendTable">
<tr>
<td width="32%" align="center"><a href="javascript:void(0);" onClick="ocChat_getRecord('ocChat_SendUser','ocChat_ReciveUser','ocChat_showMsgTable')">Chat Record</a></td>
<td width="48%"> </td>
<td width="20%" align="center"><a href="../admin/register.asp" target="_blank">Join Us</a></td>
</tr>
<tr>
<td colspan="3"><span id="ocChat_alert" class="ocChat_alert">Waiting type...</span><br>Press Enter to send.</td>
</tr>
<tr>
<td colspan="3">
<textarea id="msg" name="msg" class="msgSendContent" onFocus="ocChat_onTyping('ocChat_alert')" onBlur="ocChat_onBlur('ocChat_alert')"
onKeyDown="javascript:return ocChat_onEnter(event);"></textarea>
<input type="hidden" id="hidemsg" name="hidemsg" value="">
</td>
</tr>
<tr>
<td colspan="3" align="right" class="ocChat_alert"><a href="http://www.oncecode.com" target="_blank">OCChater</a> Version 1.2 </td>
</tr>
</table></td>
</tr>
</table>
<iframe id="ocChat_newMsgAlert" frameborder="0" width="0px" height="0px" src="MsgAlert.htm"></iframe>
</body>
</html>
<script language="javascript">
<!--
ocChat_setRecUserFG("ocChat_ReciveUser","reciveUser");
setTimeout("ocChat_userInit('ocChat_SendUser','ocChat_ReciveUser')",1700);
setInterval("ocChat_reciveMsg('ocChat_SendUser','ocChat_ReciveUser','ocChat_showMsgTable','ocChat_alert');",6010);
//-->
</script>
<script language="javascript" for="document" event="onkeydown">
<!--
try{ //for ie
evt = window.event ? event : null;
if (evt.ctrlKey && evt.keyCode==78) {
return false;
}else if (evt.ctrlKey && evt.keyCode==73) {
return false;
}
}catch(exception){}
//-->
</script>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -