[CMS]有关数据库的正确操作方法及常用方法
作者:cmscn 日期:2007-05-25
商城产品浏览里查看大图
作者:cmscn 日期:2007-05-24
打开shop_view.asp,大概在63行,
找到
<td width='40%' align=center><%response.write pic_url(p_bigimg,2)%></td>
直接用下面这段代码代替:
<td width='40%' align=center><a href='javascript:;'onclick="javascript:open_view('<%response.write pic_url(p_bigimg,0)%>',1);"title="点击看大图"><%response.write pic_url(p_bigimg,2)%><br></a></td>
找到
<td width='40%' align=center><%response.write pic_url(p_bigimg,2)%></td>
直接用下面这段代码代替:
<td width='40%' align=center><a href='javascript:;'onclick="javascript:open_view('<%response.write pic_url(p_bigimg,0)%>',1);"title="点击看大图"><%response.write pic_url(p_bigimg,2)%><br></a></td>
调用的最新新闻旁边显示时间、浏览次数
作者:cmscn 日期:2007-05-24
在index2.asp中修改:
我只调试了显示浏览次数(时间格式太长):
tmp1=tmp1&vbcrlf&"<tr><td height="&dim_num(6)&">"&img_skin("h_"&tmp_img)&"<a href='"&tmp_url&"' alt='"&tmp_tit&":"&joekoe_cms.code_html(rs(1),1,0)&"<br>发 布 人:"&rs(2)&"<br>"&tmp_count&":"&rs(4)&" 人次<br>整理时间:"&rs(3)&"' target=_blank>"&joekoe_cms.code_html(rs(1),1,cl_cnum)&"</a></td></tr>"
在</a></td></tr>" 之间插入<td class=red align=center>"&rs(4)&"即可!
我只调试了显示浏览次数(时间格式太长):
tmp1=tmp1&vbcrlf&"<tr><td height="&dim_num(6)&">"&img_skin("h_"&tmp_img)&"<a href='"&tmp_url&"' alt='"&tmp_tit&":"&joekoe_cms.code_html(rs(1),1,0)&"<br>发 布 人:"&rs(2)&"<br>"&tmp_count&":"&rs(4)&" 人次<br>整理时间:"&rs(3)&"' target=_blank>"&joekoe_cms.code_html(rs(1),1,cl_cnum)&"</a></td></tr>"
在</a></td></tr>" 之间插入<td class=red align=center>"&rs(4)&"即可!
最新、热门、推荐黄页调用
作者:cmscn 日期:2007-05-21
添加GOOGLE广告
作者:cmscn 日期:2007-04-27
<table border=0 cellspacing=0 cellpadding=0 width='100%'><tr><td align=center height=102><iframe src='../skin/google.htm' name=ads_banner_frame frameborder=0 width=728 height=90 marginwidth=0 marginheight=0 vspace=0 hspace=0 allowtransparency=true scrolling=no></iframe></td></tr></table>