www.gusucode.com > 艺帆全站DIV+CSS体育用品公司网站源码 1.7.5源码程序 > about/index.asp

    <!--#include file="../conn.asp"-->
<!--#include file="../config.asp" -->
<!--#include file="../body_page.asp" -->
<!--#include file="../html.asp" -->
<!--#include file="../qz08txt.asp"--> 
<%
if ad="" or not isnumeric(ad) then
response.write "<script>alert('警告!请勿尝试非法注入!');window.location.href='index.asp';</script>" 
Response.End()
end if
set rs=server.createobject("adodb.recordset") 
exec="select * from about where id="&ad
rs.open exec,conn,1,1
%>
<!--#include file="../_template/about.html" -->