📄 index.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">
<!--#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" class="table-you">
<!--#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">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr bgcolor="#FF9900">
<td height="80" colspan="2" valign="top" bgcolor="#FFFFFF" bordercolor="#FFFFFF">
<table width="100%" class="table-shang" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" background="../<%=webbanner%>" height="80">
<tr>
<td><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="560" height="100">
<param name="movie" value="../images/banner.swf">
<param name="quality" value="high">
<param name="wmode" value="transparent">
<embed src="../images/banner.swf" width="560" height="100" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent">
</embed></object>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<table cellspacing=0 cellpadding=0 width=100%>
<tr>
<td class="table-shangxia" height="35"><img src="../images/boot1.gif"></td>
<td class="table-shangxia" align="right"><a href=boot.asp?id=<%=rs_shjia("shjiaid")%> >more...</a> </td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<!--#include file="shj_tejia.asp" -->
</td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td bgcolor="#FFFFFF">
<table cellspacing=0 cellpadding=0 width=100%>
<tr>
<td class="table-shangxia" height="35"><img src="../images/boot2.gif"></td>
<td class="table-shangxia" align="right"><a href=hot.asp?id=<%=rs_shjia("shjiaid")%> >more...</a> </td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<!--#include file="shj_tj.asp" -->
</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 + -