⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 channel.asp

📁 蓝色WAP建站系统,WAP源码,更多请登陆http://xywap.cn
💻 ASP
字号:
<!--#include file="wapls_up.asp"-->
<%
'==================================
'=文 件 名:Channel.asp
'=适用版本:蓝色世纪WAP网站管理系统(CMS)V1.1
'=官方版权:http://www.wapls.com
'=文件功能:自编频道文件栏目
'=文件作者:蓝色阳光
'=发行时间:2007-02-01
'==================================
if request.querystring("id")="" then
%>
<card id="index" title="<%=wapname%>">
<p align="<%=const1%>">
访问的文件出错误了!<br/>
<%else
channelid=request.querystring("id")
sql="select * from wapls_channel where isadmin=false and id="&channelid
set rs=server.createobject("adodb.recordset")
rs.open sql,conn,1,1
if rs.eof and rs.bof then
%>
<card id="index" title="<%=wapname%>">
<p align="<%=const1%>">
没有此频道或该频道已删除!<br/>
<%else%>
<card id="index" title="<%=utf8(rs("channel_title"))%>">
<p align="<%=const1%>">
<%=rs("channel_content")%><br/>
<%
end if
rs.close
set rs=nothing
end if
%>
<%if len(mb_logo)>1 then
response.write "<img src='"&mb_logo&"/fgx.gif' alt='.'/><br/>"
else%>
----------<br/>
<%end if%>
<anchor>[返回上级]<prev/></anchor><br/><a href='index.asp'>[返回首页]</a>
<!--#include file="wapls_down.asp"-->

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -