| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 383 人关注过本帖
标题:我想知道如何像动易那样,定义标签
只看楼主 加入收藏
nmeqqchml
Rank: 1
等 级:新手上路
帖 子:23
专家分:0
注 册:2006-11-22
收藏
 问题点数:0 回复次数:1 
我想知道如何像动易那样,定义标签

刚看了一下,这是源码,不知道这样能不能调用

以下是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)$



这样调用可以吗???

[此贴子已经被作者于2006-11-22 15:14:14编辑过]

搜索更多相关主题的帖子: 定义 
2006-11-22 15:13
nmeqqchml
Rank: 1
等 级:新手上路
帖 子:23
专家分:0
注 册:2006-11-22
收藏
得分:0 
没人看是不会还是?

正在努力学习ASP
2006-11-22 15:20
快速回复:我想知道如何像动易那样,定义标签
数据加载中...
 
   



关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.012312 second(s), 7 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved