关于聊天室的js(2) |
| <HTML><HEAD><TITLE>菜单</TITLE> <META http-equiv=Content-Type content="text/html; charset=gb2312"> <STYLE type=text/css>BODY { FONT-SIZE: 9pt } TD { FONT-SIZE: 9pt } INPUT { FONT-SIZE: 9pt } A { FONT-SIZE: 9pt; COLOR: black; TEXT-DECORATION: none } A:hover { COLOR: red; TEXT-DECORATION: none } </STYLE> <SCRIPT language=Javascript> //if(parent.document.URL.indexOf("file:")>=0||parent.f2.document.URL.indexOf("file:")>=0){parent.location.href='chaterr.asp?id=001';} function showname() {if(parent.m.location.href=="about:blank"){parent.m.location.href="f3.asp";} else{parent.m.location.reload();}} function ex(){if(confirm("您真的要退出聊天室?")){parent.t.location.href='about:blank';top.location.href="exitchat.asp";return true;}} </SCRIPT> <META content="MSHTML 5.50.4134.100" name=GENERATOR></HEAD> <BODY oncontextmenu=self.event.returnValue=false bgProperties=fixed bgColor=#008888 background=菜单.files/bg.gif> <TABLE cellSpacing=0 borderColorDark=#ffffff cellPadding=2 width="100%" bgColor=#cccccc borderColorLight=#000000 border=1> <TBODY> <TR align=middle> <TD><A onmouseover="window.status='立即保存经验值,并显示当前状态。';return true" onmouseout="window.status='';return true" target=f3 href="http://webaddress/hqtchat/savevalue.asp">存点</A></TD> <TD><A onmouseover="window.status='立即更新在线聊友名单。';return true" onclick=javascript:showname(); onmouseout="window.status='';return true" href="http://webaddress/hqtchat/f4.asp#">名单</A></TD> <TD><A onmouseover="window.status='不显示某些聊友的发言。';return true" onmouseout="window.status='';return true" target=f3 href="http://webaddress/hqtchat/filter.asp">屏蔽</A></TD></TR> <TR align=middle> <TD><A onmouseover="window.status='如果对话区不刷新,点击这里激活刷新功能。';return true" onclick=javascript:parent.t.location.reload(); onmouseout="window.status='';return true" href="http://webaddress/hqtchat/f4.asp#">对话</A></TD> <TD><A onmouseover="window.status='点歌给自己或其他聊友。';return true" onmouseout="window.status='';return true" target=f3 href="http://webaddress/hqtchat/song.asp">点歌</A></TD> <TD><A onmouseover="window.status='发送 Web ICQ 消息。';return true" onclick="javascript:window.open('webicq.asp','hqtwebicq','width=380,height=320')" onmouseout="window.status='';return true" href="http://webaddress/hqtchat/f4.asp#">呼叫</A></TD></TR> <TR align=middle> <TD><A onmouseover="window.status='清除对话区的所有对话。';return true" onclick=javascript:parent.qp() onmouseout="window.status='';return true" href="http://webaddress/hqtchat/f4.asp#">清屏</A></TD> <TD><A onmouseover="window.status='进入聊天室管理区。';return true" onmouseout="window.status='';return true" target=_blank href="http://webaddress/hqtchat/manage.asp">管理</A></TD> <TD><A onmouseover="window.status='退出聊天室,并自动保存经验值。';return true" onclick=javascript:ex() onmouseout="window.status='';return true" href="http://webaddress/hqtchat/f4.asp#">离开</A></TD></TR></TBODY></TABLE></BODY></HTML> |