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

📄 help.asp

📁 基于ASP开发的聊天室源码
💻 ASP
字号:
<!--#INCLUDE FILE="config.asp" -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style>
<!--
table        { font-size: 10pt }
body         { font-size: 10pt; color:<%=zzbird_chattext%>;}
a:active     { font-size: 10pt; color:<%=zzbird_chattext%> ;TEXT-DECORATION: none}
a:link       { font-size: 10pt; color:<%=zzbird_chattext%> ;TEXT-DECORATION: none}
a:visited    { font-size: 10pt; color:<%=zzbird_chattext%> ;TEXT-DECORATION: none}
a            { font-size: 10pt; color:<%=zzbird_chattext%> ;TEXT-DECORATION: none;CURSOR: crosshair}

-->
</style>
<title><%=zzbird_chatroomname%>帮助系统</title>
<script>
function ctlent(eventobject)
{if(event.ctrlKey)
{self.event.returnValue=false}
}
</script>
</head>
<body onkeydown="ctlent()" bgcolor="<%=zzbird_chatbg%>" <%if zzbird_chatbgpic<>"" then%>background="<%=zzbird_chatbgpic%>" <%end if%> text="<%=zzbird_chattext%>" topmargin="6" leftmargin="6">
<div align="center" class="bird" style="font-size: 11.5pt">帮助菜单</div>
 <hr color="#000000" size="1">
   <table class="bird" border="0" cellpadding="3" cellspacing="3" style="border-collapse: collapse" width="100%">
    <tr> 
      <td align="center" valign="middle"><a onClick="window.open('help_ver.asp','ver','scrollbars=yes,resizable=no,width=460,height=290')">版权申明</a></td>
    </tr>
    <tr> 
      <td align="center" valign="middle"><a onClick="window.open('help_fast.asp','ver','scrollbars=yes,resizable=no,width=460,height=290')">快捷命令</a></td>
    </tr>
    <tr> 
      <td align="center" valign="middle"><a onClick="window.open('help_menu.asp','ver','scrollbars=yes,resizable=no,width=460,height=290')">菜单全览</a></td>
    </tr>
    <tr> 
      <td align="center" valign="middle"><a onClick="window.open('help_off.asp','ver','scrollbars=yes,resizable=no,width=460,height=290')">暂离功能</a></td>
    </tr>
    <tr> 
      <td align="center" valign="middle"><a onClick="window.open('help_friend.asp','ver','scrollbars=yes,resizable=no,width=460,height=290')">添加好友</a></td>
    </tr>
    <tr> 
      <td align="center" valign="middle"><a onClick="window.open('help_bad.asp','ver','scrollbars=yes,resizable=no,width=460,height=290')">添加坏人</a></td>
    </tr>
    <tr> 
      <td align="center" valign="middle"><a onClick="window.open('help_say.asp','ver','scrollbars=yes,resizable=no,width=460,height=290')">发言帮助</a></td>
    </tr>
    <tr> 
      <td align="center" valign="middle"><a onClick="window.open('help_call.asp','ver','scrollbars=yes,resizable=no,width=460,height=290')">呼叫帮助</a></td>
    </tr>
    <tr> 
      <td align="center" valign="middle"><a onClick="window.open('help_other.asp','ver','scrollbars=yes,resizable=no,width=460,height=290')">其他信息</a></td>
    </tr>
       </table>
</body>
</html>

⌨️ 快捷键说明

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