⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 index.html

📁 ajax chat you can test and study
💻 HTML
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta http-equiv="imagetoolbar" content="no" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta http-equiv="imagetoolbar" content="no" />
<meta name="author" content="linb" />
<meta name="robots" content="all" />
<style>
<!--
div, p, span, td, li{
    font-size:1em;
    font-family: "Verdana", "Helvetica", "sans-serif";
}
.who, .words {
    font-size:12px;
}
.who{
    font-weight:bold;
    color:#003399;
}
.content{
    cursor:default;
    padding-top:5px;
}
.outter{
    border-left:solid 1px #ffffff;
    border-top:solid 1px #ffffff;
    border-right:solid 1px #808080;
    border-bottom:solid 1px #808080;
}
.inner{
    border-left:solid 1px #808080;
    border-top:solid 1px #808080;
    border-right:solid 1px #ffffff;
    border-bottom:solid 1px #ffffff;
}
-->
</style>
<script type="text/javascript" src="common.js"></script>
<title></title>
</head>
<body>
<div id="$chat_div" style="position:absolute; left:0px; top:0px; border:1px #5184c3 solid;">
</div>
<script>
    linb.dom("$chat_div").html(linb.SC.synLoadFile('chat.html').filterCode()).eval();
</script>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -