📄 gupiaochat.htm
字号:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>股友在线 - 即时聊天</title>
<style type="text/css">
<!--
body,td,th {
font-family: 宋体;
font-size: 12px;
}
textarea,input,object {
font-family: Tahoma, Verdana;
font-size: 12px;
color: #000000;
font-weight: normal;
background-color: <?=$forumcolorone?> ;
}
-->
</style>
<script language="javascript">
function image(){
dzcode=window.prompt("图片地址:","{$boardurl}images/logo.gif");
if (dzcode!=null){
dzcode='[dzimg]'+dzcode+'[/dzimg]';
document.dzchat.txt.value+=dzcode;}
}
function showmuti(){
if (face.style.display == "none"){
face.style.display = "";
}else{
face.style.display = "none";
}
}
function AddText(NewCode){
document.dzchat.txt.value+=NewCode
}
</script>
</head>
<script language="JavaScript">
<!--
function killErrors() {
return true;
}
window.onerror = killErrors;
// -->
</script>
<body leftmargin="0" topmargin="35" bgcolor="{ALTBG2}"> <!-- bgcolor 设定背景颜色-->
<!--{if $discuz_uid}-->
<div id="KBStatic" style="position:absolute; left:3px; top:0px; width:100%px; height:70px; z-index:25">
<form name="dzchat" method="post" action="$R_url&action=chat">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="20" valign="top">
股友聊股:
<input name="txt" type="text" id="txt" size="40">
<select name=color2>
<option value="black" style="color:black" selected>黑色</option>
<option value="skyblue" style="color:skyblue">天蓝</option>
<option value="royalblue" style="color:royalblue">品蓝</option>
<option value="blue" style="color:blue">蓝色</option>
<option value="darkblue" style="color:darkblue">暗蓝</option>
<option value="orange" style="color:orange">橙色</option>
<option value="orangered" style="color:orangered">桔红</option>
<option value="crimson" style="color:crimson">深红</option>
<option value="red" style="color:red">红色</option>
<option value="firebrick" style="color:firebrick">棕色</option>
<option value="darkred" style="color:darkred">暗红</option>
<option value="green" style="color:green">绿色</option>
<option value="limegreen" style="color:limegreen">灰绿</option>
<option value="seagreen" style="color:seagreen">海绿</option>
<option value="deeppink" style="color:deeppink">粉色</option>
<option value="tomato" style="color:tomato">西红</option>
<option value="coral" style="color:coral">珊瑚</option>
<option value="purple" style="color:purple">紫色</option>
<option value="indigo" style="color:indigo">靛青</option>
<option value="burlywood" style="color:burlywood">棕木</option>
<option value="sandybrown" style="color:sandybrown">沙褐</option>
<option value="sienna" style="color:sienna">土黄</option>
<option value="chocolate" style="color:chocolate">巧克</option>
<option value="teal" style="color:teal">土绿</option>
<option value="silver" style="color:silver">银色</option>
</select>
<input name="checkbox" type="checkbox" value="2">隐身
<input id=advcheck name="mmcbbs" type=checkbox onClick=showmuti() value=1>表情
<input type=checkbox onClick=image() value=1>图片
<input type="submit" name="Submit" value="发送">
<input type="button" value="刷新" onClick="javascript:location='$R_url&action=chat'">
<input type="button" value="全屏" onClick="javascript:window.open('$R_url&action=chat')" >
</td></tr>
<tr>
<td valign="top" id=face style="DISPLAY: none">
<iframe src="smile.htm" frameborder="0" height="$chatheight" width="{TABLEWIDTH}"></iframe>
</td></tr></table></form></div><!--{/if}-->
<script language="javascript">
function KB_keepItInIE(theName,theWantTop,theWantLeft) {
theRealTop=parseInt(document.body.scrollTop)
theTrueTop=theWantTop+theRealTop
document.all[theName].style.top=theTrueTop
theRealLeft=parseInt(document.body.scrollLeft)
theTrueLeft=theWantLeft+theRealLeft
document.all[theName].style.left=theTrueLeft
}
function KB_keepItInNN(theName,theWantX,theWantY) {
theRealLay=document.layers[theName]
theBadX=self.pageYOffset
theBadY=self.pageXOffset
theRealX=theBadX+theWantX
theRealY=theBadY+theWantY
theRealLay.moveTo(theRealY,theRealX)
}
IE4=(document.all)?1:0
NN4=(document.layers)?1:0
if (IE4)
setInterval('KB_keepItInIE("KBStatic",0,0)',1)
if (NN4)
setInterval('KB_keepItInNN("KBStatic",0,0)',1)
</script>
<table width="100%" border="0" cellpadding="{TABLESPACE}" cellspacing="{BORDERWIDTH}">
<tr>
<td width="100%" height="$chatheight" valign="top"><?=$rr?></td>
</tr></table></body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -