将搜索栏转移到左边的修改方法
作者:cmscn 日期:2007-05-25
[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)&"即可!