设为首页收藏本站

新微赢技术网

 找回密码
 注册
搜索
热搜: 回贴
查看: 42|回复: 3
打印 上一主题 下一主题

我想知道如何像动易那样,定义标签

[复制链接]
跳转到指定楼层
1#
发表于 2010-1-17 02:54:17 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
刚看了一下,这是源码,不知道这样能不能调用

以下是1.asp内容

<%
'==================================================
'过程名:showtopnews
'作 用:显示最新新闻
'参 数:n=新闻条数
' l=标题字数
'==================================================
sub showtopnews(n,l)
show_topnews="<table border='0' width='97%' cellspacing='0' cellpadding='0' align='center'>"
sql="select top "&n&" newsid,newstitle,newswrite,newstimes,addtime,newsclassid,color from news order by newsid desc"
set rs=conn.execute(sql)
if rs.eof then
show_topnews=show_topnews&"<tr><td width='203'>暂时没有新闻</td></tr>"
end if
do while not rs.eof
show_topnews=show_topnews&"<tr> <td height='20' >·<a href=shownews.asp?newsid="&rs("newsid")&"><font color='"&rs("color")&"'>"&left(rs("newstitle"),l)&"</font></a><font color='#FF0000'>[</font>"&rs("addtime")&"<font color='#FF0000'>]</font></td></tr>"
show_topnews=show_topnews&"<tr> <td height='2' background='images/white_line.gif'></td></tr>"
rs.movenext
loop
rs.close
show_topnews=show_topnews&"</table>"
end sub
%>



调用不知道这样可不可以
<!--#include file="1.asp"-->

<!--调用新闻-->
$show_topnews(10,40)$


这样调用可以吗???
2#
发表于 2010-1-17 02:54:21 | 只看该作者
没人看是不会还是?
回复 支持 反对

使用道具 举报

3#
发表于 2010-2-18 14:05:07 | 只看该作者
你以为最酸的感觉是吃醋吗?不是,最酸的感觉是没权吃醋。
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

申请友链|小黑屋|最新主题|手机版|新微赢技术网 ( 苏ICP备08020429号 )  

GMT+8, 2024-11-20 13:29 , Processed in 0.103847 second(s), 9 queries , Gzip On, Memcache On.

Powered by xuexi

© 2001-2013 HaiAn.Com.Cn Inc. 寰耽

快速回复 返回顶部 返回列表