/admin/ad_gl.asp代码页
<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%><?xml version="1.0" encoding="utf-8"?>
<%response.buffer=true%>
<%Response.ContentType = "text/vnd.wap.wml; charset=utf-8"%>

<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<!--#include file="conn.inc"-->
<!--#include file="cnscu_sb.asp"-->
<%
'====================================================================
' 请你保留这段说明,这并不会影响你的速度.   电脑交流:http://www.cnscu.cn
' 程序制作:横云			  掌上校园收倾心整理收集于互联网,感谢你的支持!
' 升级时间: 2008-2-5  		主页地址:HTTP://wap.cnscu.cn
' E-Mail: cnscu@126.com   	客服QQ:554904632 QQ群:30493504 QQ群2:46659883
'====================================================================
%> <wml>
<head>
<meta http-equiv="Cache-Control" content="no-Cache"/>
<meta http-equiv="Cache-Control" content="max-age=0"/>
<meta http-equiv="Expires" content="Mon, 1 Jan 1990 00:00:00 GMT"/>
</head>
<card id="main" title="管理广告" >
<p>
<%id=usb(request("id"))
cz=usb(request("cz"))
set rs=Server.CreateObject("ADODB.Recordset")
rspl="select * from cnscu_ad where id="&id
rs.open rspl,conn,1,2
if rs.eof then 
response.write("没有该广告!<a href='http://wap.cnscu.cn'>掌上校园</a>收集整理cnscu.cn!")
else
%>
广告编号:<%=rs("id")%><br/>
广告名称:<%=ubb(rs("name"))%><br/>
广告地址:<%=ubb(rs("url"))%><br/>
点击次数:<%=ubb(rs("cs"))%><br/>

----------<br/>
<a href="sc_AD.asp?sb=<%=sb%>&amp;id=<%=id%>">删除该广告</a>
<%end if%>
<br/>==========<br/>
<a href="cnscu_ad.asp?fs=<%=fs%>&amp;sb=<%=sb%>">返回广告管理</a><br/>
<a href="admin_index.asp?fs=<%=fs%>&amp;sb=<%=sb%>">返回管理首页</a><br/>
<a href="../index.asp?fs=<%=fs%>&amp;sb=<%=sb%>">返回网站首页</a><br/>
报时:<%=time%>
</p>
</card>
</wml>
字母检索
回到顶部