?? admin.asp
字號:
<%
If request.cookies("admin")="" Then
Response.redirect"login.htm"
End If
%>
<!--#include file="conn.asp"-->
<%
dim id
id=request("id")
set rs=server.createobject("adodb.recordset")
sql="select * from cdb where id="&id
rs.open sql,conn,1,1
%>
<html>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<title></title>
<script language="javascript">
<!--
if (parent.frames.length > 0) {
parent.location.href = location.href;
}
// --></script>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="Description" content="域名注冊、主機租用、網站建設、應用服務.Domain register,Virtual host,Website design,ASP,25175,www.25175.com">
<meta name="Keywords" content="域名注冊,主機租用,網站建設,應用服務,Domain,register,Virtualhost,Website,design,ASP,service">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<style type="text/css">
<!---a:link { color: #306898; font-family: Arial; text-decoration: underline }
a:visited { color: #306898; font-family: Arial; text-decoration: underline }
a:active { color: red; font-family: Arial; text-decoration: none }
a:hover { color: 306898; text-decoration: none }
body { color: #6e6e6e; font-size: 9pt; line-height: 12pt; font-family: Arial }
th { font-size: 9pt; line-height: 12pt }
td { font-size: 9pt; line-height: 12pt }
a.1:link { font-family: Arial; text-decoration: none; color: silver }
a.1:visited { font-family: Arial; text-decoration: none; color: silver }
a.1:hover { font-family: Arial; text-decoration: none; color: white }
a.2:link { font-family: Arial; text-decoration: none; color: #6e6e6e }
a.2:visited { font-family: Arial; text-decoration: none; color: #6e6e6e }
a.2:hover { font-family: Arial; text-decoration: none; color: silver }
a.3:link { font-family: Arial; text-decoration: none; color: white }
a.3:visited { font-family: Arial; text-decoration: none; color: white }
a.3:hover { font-family: Arial; text-decoration: none; color: #d0ccd0 }
.line { line-height: 10pt }
.il { line-height: 12pt }
.form { font-size: 9pt }
.btn { font-size: 9pt; height: 21; border-style: ridge; border-width: 1 }
.text { font-family: Arial; font-size: 9pt; border: 1 solid #707070 }
body { scrollbar-face-color: #D8D4C8; scrollbar-highlight-color: #D8D4C8;
scrollbar-shadow-color: #D8D4C8; scrollbar-3dlight-color:
#ffffff; scrollbar-arrow-color: blcak; scrollbar-track-color:
#E9EDEF; scrollbar-darkshadow-color: #888484 }
---></style>
</head>
<body>
<div align="center">
<center>
<table border="1" cellpadding="0" cellspacing="0" width="750" height="274" bgcolor="#FFFFFF" background="">
<tr>
<td height="274" width="251" rowspan="12" valign="top">
<div align="center">
<table border="0" cellspacing="1" width="100%" height="290">
<tr>
<td width="100%" height="34"><form method="POST" action="search.asp">
<p align="center">
<input type="text" name="keyword" size="20" class="text">
<input type="submit" value="搜索" name="B1" class="btn" style="width: 40; height: 20">
</p>
</form></td>
</tr>
</table>
</div>
</td>
<td height="20" colspan="4">管理員登陸 此刻戶加入時間:<%=rs("dt")%></td>
<td height="274" width="31" rowspan="12"> </td>
</tr>
<tr>
<td height="218" width="66" valign="top" rowspan="9"> </td>
<td height="18" width="100" valign="top" align="right">代號:</td>
<td height="18" width="239" valign="top"><font color="#000000"><%=rs("productID")%></font></td>
<td height="218" width="82" valign="top" rowspan="9"> </td>
</tr>
<tr>
<td height="18" width="100" valign="top" align="right">聯系人姓名:</td>
<td height="18" width="239" valign="top"><font color="#000000"><%=rs("user")%></font></td>
</tr>
<tr>
<td height="18" width="100" valign="top" align="right">E-mail:</td>
<td height="18" width="239" valign="top"><font color="#000000"><%=rs("email")%></font></td>
</tr>
<tr>
<td height="18" width="100" valign="top" align="right">OICQ:</td>
<td height="18" width="239" valign="top"><font color="#000000"><%=rs("oicq")%></font></td>
</tr>
<tr>
<td width="100" height="18" align="right" valign="top">工作單位名稱:</td>
<td height="18" width="239" valign="top"><font color="#000000"><%=rs("corp")%></font></td>
</tr>
<tr>
<td height="19" width="100" valign="top" align="right">工作單位網站:</td>
<td height="19" width="239" valign="top"><font color="#000000"><%=rs("url")%></font></td>
</tr>
<tr>
<td height="19" width="100" valign="top" align="right">電話:</td>
<td height="19" width="239" valign="top"><font color="#000000"><%=rs("tel")%></font></td>
</tr>
<tr>
<td height="19" width="100" valign="top" align="right">地址:</td>
<td height="19" width="239" valign="top"><font color="#000000"><%=rs("add")%></font></td>
</tr>
<tr>
<td height="98" width="100" valign="top" align="right">備注:</td>
<td height="98" width="239" valign="top"><font color="#000000"><%=rs("memo")%></font></td>
</tr>
<tr>
<td height="16" valign="top" colspan="4">
<hr noshade size="1" color="#707070"></td>
</tr>
<tr>
<td height="20" valign="top" colspan="4"> </td>
</tr>
</table>
</div>
</body>
<%
conn.close
set conn=nothing
rs.close
set rs=nothing
%>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -