📄 search.asp
字号:
<!--#include file="conn.asp"-->
<%
dim sql
dim rs
dim username
dim url
dim email
username=request.querystring("username")
%>
<%
sql="select * from lm,type where lm.username='" & username & "' and lm.type=type.type"
set rs=conn.execute(sql)
if rs.eof and rs.bof then
response.redirect "error.asp?errorid=17"
else
url=rs("url")
email=rs("email")
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>::::52CM梦工场::::52CM DREAM Work Place::::网页品点联盟</title>
<style>
a{text-decoration:none}
a{color:#000000}
td{font-size:9pt}
.stedit { background-color:#cccccc;BORDER-BOTTOM: #000000 1px solid; BORDER-LEFT: #000000 1px solid; BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid; FONT-SIZE: 9pt; border-color: #333333;font-color:#ffffff;}
</style>
<script>
function winpop()
{
window.open("aboutme.htm","","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0,width=550,height=370,top=0,left=0")
}
</script>
</head>
<body topmargin=0 leftmargin=0>
<!--#include file="head.asp"-->
<table width=778 cellspacing=0 cellpadding=5 bgcolor=#cccccc>
<tr><td colspan=2 height=15></td></tr>
<tr><td width=40></td>
<td width="632" bgcolor=#999999>
<center>
<table border="0" cellpadding="0" cellspacing="0" width="632">
<tr><td colspan=3 height=15></td></tr>
<tr>
<td valign=top align=center width=350>
<table width=280 cellspacing=0 cellpadding=5 bgcolor=#666666>
<tr>
<td align=center height=150>
<a href="cview.asp?url=<%=username%>" target="_blank"><img border=0 src=<%=rs("pic")%>></a>
</td></tr>
<tr><td height=130 valign=top colspan=2 align=center>
<hr><br>
<font color=#eeeeee>
我们存在,我们思索,我们不断进取。<br><br>
我们努力,我们耕耘,我们为了将来。<br><br>
我们勤奋,我们唯美,我们力求最美。
</font>
</td></tr>
</table>
</td>
<td width="70"></td>
<td width="300" valign=top>
<table width=300 cellspacing=0 cellpadding=5>
<tr><td height=25>用户名: <%=rs("username")%></td></tr>
<%if session("ymadminok")="true" then%><tr><td height=30>密码: <%=rs("password")%></td></tr><%end if%>
<tr><td height=25>站点地址: <br><a href="cview.asp?url=<%=rs("username")%>" target="_blank"><%=url%></a></td></tr>
<tr><td height=25>站点名称: <%=rs("pagename")%></td></tr>
<tr><td height=25>E-Mail: <a href="mailto:<%=email%>"><%=email%></a></td></tr>
<tr><td height=25>站长: <%=rs("name")%></td></tr>
<tr><td height=25>站点简介: <%=rs("note")%></td></tr>
<tr><td height=25>站点类型: <%=rs("typename")%></td></tr>
<tr><td height=25>热点点击: <font face="verdana"><%=rs("hits")%></font> 次</tr></tr>
</table>
</td>
</tr>
<tr><td colspan=3 height=20></td></tr>
</table>
</center>
</td>
<td width="33"></td>
</tr>
<tr><td bgcolor=#cccccc height=15></td></tr>
</table>
<%end if
rs.close%>
<table width=100% valign=bottom cellspacing=0 cellpadding=0>
<tr><td align="right" bgcolor=#cccccc><img src="pic/bottom2.gif"></td></tr>
</table>
<table width=100% height="45" bgcolor="#000000" cellspacing=0 cellpadding=0>
<tr><td align="center" align="center"><font color="#ffffff">Modification And Program By : 52CM工作室</font></td></tr>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -