www.gusucode.com > 凡人网络购物系统 2008源码程序 > show.asp

    <!--#include file="conn.asp"-->
<title>弹窗广告</title>
<link href=Skin/<%=venshop_skin%>/css.css rel=STYLESHEET type=text/css>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<body topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0">
<%set rs=server.createobject("adodb.recordset")
sql="select top 1 * from venshop_venad"
rs.open sql,conn,1,1%>
<%=rs("t_content")%>
<%rs.close
set rs=nothing
conn.close
set conn=nothing%>