📄 top.asp
字号:
<!--#include file="../sys.asp"-->
<%
call conned()
response.buffer=true
sub top()
dim memberislogin
memberislogin=request.cookies("soonhostmember")("memberislogin")
%>
<html>
<head>
<title><%=state%></title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" type="text/css" href="../sys/inc/soonhost.css">
<SCRIPT language=JavaScript1.2>
<!--
function MM_goToURL() { //v3.0
var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
}
//-->
</SCRIPT>
</head>
<table width="95%" border="0" cellspacing="0" cellpadding="1" align="center" bgcolor="#0099cc">
<tr>
<td height="21">
<table width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="#FFFFFF">
<tr>
<td class=td1 width="751"> <b>>></b> 欢迎您 <b><%=request.Cookies("soonhostmember")("username")%></b>
您的身份: <% if request.cookies("soonhostmember")("class")=3 then
response.write "版主"
else
if request.cookies("soonhostmember")("class")=1 then
response.write "会员"
else
response.write "游客"
end if
end if
%> | <a href="index.asp">登陆</a> | <a href="reg.asp" target=_blank>注册</a> | <a href="searchpass.asp" target=_blank>忘记密码</a>
| <a href="reg.asp" target=_blank></a><a href="changeinfo.asp" target=_blank>修改信息</a> | <a href="ad_main.asp">管理</a>
| <a href="pass.asp" target=_blank>帮助</a> </td>
<td class=td1 width="250">
<div align="right"> <img src="../sys/image/home.gif" width="17" height="16" align="texttop">
<% response.write "<a href="&homepage&"> "&homepage&" </a>" %></div>
</td>
</tr>
</table>
</td>
</tr>
</table>
<br>
<table width="95%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td> <img src=<%=banner%> ></td>
<td> <img src="../sys/image/ford.gif" width="14" height="14"> <% response.write "<a href="&homepage&"> "&homename&" </a>" %><br>
<img src="../sys/image/bar.gif" width="15" height="15"> <img src="../sys/image/ford.gif" width="15" height="14">
<a href=<%=ormurl %>><%=membername %> </a></td>
</tr>
</table><br>
<%
end sub
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -