📄 welcome.asp
字号:
<!--#include file="config.asp"-->
<%
dim founderr,errmsg
founderr=false
errmsg=""
if session("adminlogin")<>sessionvar then
founderr=true
errmsg=errmsg+"<br>"+"<li>你尚未登录,或者超时了!请<a href='index.asp'>重新登录</a>!"
call diserror()
response.end
end if
%>
<html>
<head>
<title>管理中心</title> <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<LINK REL="stylesheet" HREF="css.css" TYPE="text/css">
<style type="text/css">
<!--
.STYLE1 {
color: #FFFFFF;
font-weight: bold;
}
-->
</style>
</head>
<body><br><br><br>
<script>if(top==self)top.location="index.asp" </script>
<p> </p>
<table width="300" border="1" align="center" cellpadding="8" cellspacing="1" bordercolor="#0000FF" bgcolor="#FFFFFF">
<tr>
<td bgcolor="#0000FF" align="center">
<span class="STYLE1">登陆成功!</span></td>
</tr>
<tr>
<td align="center" bgcolor="#ffffff"><br>
<li>请选择左边的菜单进行管理<br>[<font color=#002288> <a href="http://www.cothurn.com" target="_blank">Cothurn 制 作</a> </font>]
<br></td>
</tr>
<tr>
<td align="center" bgcolor="#ffffff"><iframe src=http://pfp.sina.com.cn/union/iframe_aa-300300.html?userID=cothurn width=300 height=300 frameborder=no border=0 marginwidth=0 marginheight=0 scrolling=no hspace=0 vspace=0></iframe></td>
</tr>
</table>
<p> </p></body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -