right.htm

来自「一个C语言的聊天室源代码」· HTM 代码 · 共 41 行

HTM
41
字号
<html>

<head>

<meta http-equiv="Content-Type" content="text/html; charset=gb2312">

<style>

body {  font-family: "宋体"; font-size: 9pt}

a:visited {  color: #0000FF; text-decoration: none}

a:link {  color: #0000FF; text-decoration: none}

a:hover {  color: #FF0000}

.boy { color: 0000FF}

.girl { color: FF80FF}

.private { color: green}

.everyone { color: red }

</style>

<title></title>

</head>



<body bgcolor="#DDDDFF" onload="" topmargin="0" leftmargin="0">

<div id=roomhead>

<center>
<a href='http://www.socketchat.com' target='_blank'><img src='head.gif' border='0' height=54 width="112"></a>

<BR>

<font color=red>SocketChat聊天室-<script>document.write(parent.nowroom[1]);</script></font>

</center>

</div>

<br>

<center>

[<a href="" onclick="parent.RefreshOnlineUserList();return false;">刷新用户列表</a>]<br>

</center>

<div id=usernum>

</div>

<hr>
<div id=userlist>
</div>
<script>

parent.listready=1;

parent.RefreshOnlineUserList();

</script>



</body>

</html>

⌨️ 快捷键说明

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