跳蚤市场首页调用代码
作者:cmscn 日期:2005-04-11
1、打开index2.asp,找到:dim voteid
将其改为:dim voteid,id,topic
2、在你想调用的位置插入如下代码:
%>
<table cellspacing=1 cellpadding=4 class=table>
<tr><td class=td0> 跳蚤市场</td></tr>
<tr><td height=5><!-- #include file="include/inc_index_flea.inc" --></td></tr>
</table>
<%
3、本代码仅适用于CMS1.2的“跳蚤市场”插件。
第二种 调用call main_center_list("flea",10,18,0)
case "flea"
tmp_title="跳蚤市场"
tmp_tit="市场"
tmp_count="下载次数"
tmp_img="help2"
type1=""
tmp_table="flea"
tmp_record="id,name,username,tim,counter,c_id"
tmp_where="c_id>0"
if cl_classid>0 then tmp_where="c_id="&cl_classid
case else
tmp_title="技术文栏"
tmp_tit="文章标题"
tmp_count="浏览次数"
tmp_table="article"
tmp_record="id,topic,username,tim,counter"
评论: 7 | 引用: 0 | 查看次数: 878
发表评论