body2.htm

来自「这是基于网络编程的」· HTM 代码 · 共 30 行

HTM
30
字号
<HTML><HEAD>
<STYLE type=text/css>
<!--
td {  font-family: "宋体"; font-size: 9pt}
body {  font-family: "宋体"; font-size: 10.5pt; line-height: 15pt}
select {  font-family: "宋体"; font-size: 9pt}
A {text-decoration: none; font-family: "宋体"}
A:hover {text-decoration: underline; color: #FF0000; font-family: "宋体"} 
.boy { color: 0000FF}
.girl { color: FF80FF}
.private { color: green}
.tm { color: gray; font-size: 9pt}
-->
</style>	
<script language="JavaScript">
function scrollWindow()
{	if(parent.body.autoScrollOn == 1)
	{	this.scroll(0, 65000);
		setTimeout('scrollWindow()',200);
	}else setTimeout('scrollWindow()',200);
}
</script>
</HEAD>
<BODY bgcolor="#EEEEFF" background="<!--$Background-->" topmargin="2">
您的包厢已经开启!<BR>
<BR><script>scrollWindow();</script>
<!--Chat Message Start-->
</BODY>
</HTML>

⌨️ 快捷键说明

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