📄 help.asp
字号:
<!-- #include file="inc/char.asp" -->
<!-- #include file="conn.asp" -->
<!-- #include file="inc/adovbs.inc" -->
<!-- #include file="head2.asp" -->
<html>
<head>
<TITLE><%=webname%>--会员管理中心---联系QQ:6439358,联系邮箱vqqq59r@163.com,网站www.vqqq.com,谢谢大家对我们系统的支持</title>
<META http-equiv=Content-Type content="text/html; charset="<%=charset%>">
<META name="keywords" content="<%=keywords%>">
<META name="description" content="<%=description%>">
<link href="images/main_style.css" rel="stylesheet" type="text/css">
</HEAD>
<BODY bgColor=#ffffff leftMargin=0 onmouseover=exitpop=false text=#000000 topMargin=0 marginheight="0" marginwidth="0">
<%
response.buffer=true
%>
<TABLE border=0 cellPadding=0 cellSpacing=0 width="760" align=center>
<TBODY>
<TR>
<td align=center valign=top>
<!--#include file="helpleft.asp"-->
</td>
<TD width=5> </TD>
<TD align=left vAlign=top>
<TABLE align=top border=0 cellPadding=4 cellSpacing=0 width="100%">
<TBODY>
<TR height=20>
<TD width=256><FONT id=b2>欢迎您,<b><% if session("user")="" then response.write"客人" else response.write session("user") end if%></b></FONT></TD>
</TR></TBODY></TABLE>
<TABLE border=0 cellPadding=0 cellSpacing=0 width="100%">
<TBODY>
<TR id=bg02>
<TD height=20 width=99> </TD>
<TD width=26> </TD>
<TD>
<!--#include file="help2.asp"-->
</TD>
</TR></TBODY>
</TABLE><BR>
</TD></TR>
</TBODY></TABLE><BR>
</BODY></HTML>
<!-- #include file="bottom.asp" -->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -