其他文字广告在其它页面的调用
作者:cmscn 日期:2009-08-21
后台广告管理有一个其它文字广告,多数人只应用在论坛楼层间,但这个文字广告如果在其它页面调用,用正常的JS调用是调不出来的,所以想了这个办法,适合于在任何页面调用,至于调出来做什么,那就看你的需要了,可以做首页文字广告位等等拉,自己看着办..呵呵!
Code:
sub ads_txt(ads_tnum,ads_cnum)
dim tmp1,topic,url
sql="select top "&ads_tnum&" id,topic,url from ads_txt where nsort='other' order by id desc"
set rs=joekoe_cms.exec(sql,1)
do while not rs.eof
Code:
sub ads_txt(ads_tnum,ads_cnum)
dim tmp1,topic,url
sql="select top "&ads_tnum&" id,topic,url from ads_txt where nsort='other' order by id desc"
set rs=joekoe_cms.exec(sql,1)
do while not rs.eof