📄 about.asp
字号:
<!--#include file="conn.asp"-->
<!--#include file="webconfig.asp"-->
<%dim id
id=request.QueryString("id")
if not isnumeric(id) then
response.write"<script>alert(""非法访问!"");location.href=""../index.asp"";</script>"
response.end
else
if not isinteger(id) then
response.write"<script>alert(""非法访问!"");location.href=""../index.asp"";</script>"
else
set rs_shjia=server.CreateObject("adodb.recordset")
strshjia="select * from shjia where shjiaid="&id
rs_shjia.open strshjia,conn,1,1
if rs_shjia.bof and rs_shjia.eof then
response.write"<script>alert(""非法访问!"");location.href=""../index.asp"";</script>"
else
shjname=rs_shjia("name")
shjianame=rs_shjia("username")
end if
end if
end if
%>
<html><head><title><%=webname%>--<%=shjname%></title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="../images/css.css" rel="stylesheet" type="text/css">
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onMouseOver="window.status='【<%=webname%>】<%=weburl%> 如果您喜欢本站,别忘了把本站介绍给您的好友哦!:)';return false">
<%
set rs_shjia=server.CreateObject("adodb.recordset")
strshjia="select * from shjia where shjiaid="&id
rs_shjia.open strshjia,conn,1,1
%>
<!--#include file="webtop.asp"-->
<table width="760" align="center" border="0" cellspacing="0" cellpadding="0" class="table-zuoyou" bordercolor="#CCCCCC">
<tr>
<td width="180" valign="top" bordercolor="#FFFFFF" bgcolor="#FFFFFF">
<!--#include file="history.asp"-->
<!--#include file="gouwucheinfo.asp"-->
<!--#include file="searchinfo.asp"-->
<!--#include file="gong.asp"-->
<!--#include file="news.asp"-->
</td>
<td width="580" valign="top" bordercolor="#FFFFFF" bgcolor="#FFFFFF" class="table-zuo">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="table-shangxia" bgcolor="#ffffff" height="35"><img src="../images/menu_06.gif" width="41" height="33" align="absmiddle"> <a href=index.asp?id=<%=rs_shjia("shjiaid")%>><%=rs_shjia("name")%></a> >> 关于我们</td>
</tr>
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><br>
<table width="90%" border="0" cellpadding="10" cellspacing="1" align="center" bgcolor="#CCCCCC">
<tr>
<td width=20% bgcolor="#ffffff" align="center"><img src="../images/menu_09.gif" width="80" height="60" align="absmiddle"></td>
<td width=80% bgcolor="#ffffff">
<%
dim shjiaid
shjiaid=request.QueryString("id")
set rs=server.CreateObject("adodb.recordset")
rs.open "select * from shjintr where shjid="&shjiaid,conn,1,1
%>
<table width="95%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td height="80" valign="top"><%if rs.recordcount<>0 then
response.write ""&trim(rs("shjintr"))&""
response.write "</td>"
else
response.write " "
end if%>
</tr>
</table>
<% rs.close
set rs=nothing%>
</td>
</tr>
</table>
<br>
<table width="90%" border="0" cellpadding="10" cellspacing="1" align="center" bgcolor="#CCCCCC">
<tr>
<td width=20% bgcolor="#ffffff" align="center"><img src="../images/menu_10.gif" width="80" height="60" align="absmiddle"></td>
<td width=80% bgcolor="#ffffff">
<%
set rs=server.CreateObject("adodb.recordset")
rs.open "select * from fkfs where shjiaid="&shjiaid,conn,1,1
%>
<table width="95%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td height="80" valign="top" >
<%
if rs.recordcount<>0 then
response.write ""&trim(rs("content"))&""
response.write "</td>"
else
response.write " "
end if%>
</tr>
</table>
<% rs.close
set rs=nothing%>
</td>
</tr>
</table>
<br>
<table width="90%" border="0" cellpadding="10" cellspacing="1" align="center" bgcolor="#CCCCCC">
<tr>
<td width=20% bgcolor="#ffffff" align="center"><img src="../images/menu_11.gif" width="80" height="60" align="absmiddle"></td>
<td width=80% bgcolor="#ffffff">
<% set rs=server.CreateObject("adodb.recordset")
rs.open "select * from ps where shjiaid="&shjiaid,conn,1,1
%>
<table width="95%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td height="80" valign="top">
<%if rs.recordcount<>0 then
response.write ""&trim(rs("content"))&""
response.write "</td>"
else
response.write " "
end if%>
</tr>
</table>
<% rs.close
set rs=nothing%>
</td>
</tr>
</table>
<br>
<table width="90%" border="0" cellpadding="10" cellspacing="1" align="center" bgcolor="#CCCCCC">
<tr>
<td width=20% bgcolor="#ffffff" align="center"><img src="../images/menu_12.gif" width="80" height="60" align="absmiddle"></td>
<td width=80% bgcolor="#ffffff">
<table width="95%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td height="80" valign="top">
<%=rs_shjia("content")%></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<table width="760" align="center" border="0" cellspacing="0" cellpadding="0" class="table-zuoyou" bordercolor="#CCCCCC">
<tr>
<td>
<!--#include file="service.asp"-->
<!--#include file="copyright.asp"-->
</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -