上下条代码
作者:lyjier 日期:2012-05-23

<%
Set rs1=Server.CreateObject("Adodb.RecordSet")
rs1.Open "Select top 1 * from products where ID < "&dbid1;&" order by id desc",conn,1,1
IF not rs1.eof and not rs1.bof Then
response.write"上一条:<a href='display_products.asp?id="&rs1;("id")&"&type;_id="&rs1;("typeid")&"'>"&rs1;("name")&"</a><br>"
Set rs1=Server.CreateObject("Adodb.RecordSet")
rs1.Open "Select top 1 * from products where ID < "&dbid1;&" order by id desc",conn,1,1
IF not rs1.eof and not rs1.bof Then
response.write"上一条:<a href='display_products.asp?id="&rs1;("id")&"&type;_id="&rs1;("typeid")&"'>"&rs1;("name")&"</a><br>"
阿里旺旺的在线图标
作者:ier00 日期:2009-08-22
想放个阿里旺旺的在线图标在网页吗?想让阿里巴巴的客户随时可通过网页联系到你吗?在网页中加上以下就可实现:
<a target='_blank' href='http://web.im.alisoft.com/msg.aw?v=2&uid;=senzer&site;=cnalichn&s;=1' ><img border='0' src='http://web.im.alisoft.com/online.aw?v=2&uid;=senzer&site;=cnalichn&s;=1' alt='发送旺旺即时消息' /></a>
(补充一句,这个代码只能在IE中正常调用旺旺程序,对于firefox则调用不了,而是转到了要你下载旺旺的页面)
<a target='_blank' href='http://web.im.alisoft.com/msg.aw?v=2&uid;=senzer&site;=cnalichn&s;=1' ><img border='0' src='http://web.im.alisoft.com/online.aw?v=2&uid;=senzer&site;=cnalichn&s;=1' alt='发送旺旺即时消息' /></a>
(补充一句,这个代码只能在IE中正常调用旺旺程序,对于firefox则调用不了,而是转到了要你下载旺旺的页面)