📄 center.asp
字号:
<%
if session("username")="" or session("usertype")="" then
response.Write"<script>"
response.Write"parent.location.href='default.asp';"
response.Write"</script>"
end if
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
<link href="images/css.css" rel="stylesheet" type="text/css">
</head>
<body topmargin="0" leftmargin="0">
<TABLE cellSpacing=0 cellPadding=0 width="100%"
border=0>
<TR>
<TD width="100%"> <TABLE cellSpacing=0 cellPadding=0 width="100%"
align=center border=0>
<TR>
<TD bgColor=#cccccc> <TABLE cellSpacing=1 cellPadding=0 width="100%"
border=0>
<TR>
<TD bgColor=#ffffff> <TABLE cellSpacing=0 cellPadding=0 width="100%"
border=0>
<TR>
<TD> <TABLE cellSpacing=0 cellPadding=0 width="100%"
border=0>
<TR>
<TD width="2%"
background=images/barbg.gif><IMG
height=32 src="images/barbg.gif"
width=15></TD>
<TD width="98%"
background=images/barbg.gif><STRONG>后台使用说明</STRONG></TD>
</TR>
</TABLE></TD>
</TR>
<TR>
<TD> <DIV align=center><BR>
<BR>
</DIV></TD>
</TR>
</TABLE></TD>
</TR>
</TABLE></TD>
</TR>
</TABLE></TD>
</TR>
</TABLE>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -