<% '以下程序是我的网站中的编程技术文章系统的部分代码,着重突出分页,因此其他无用代码被清除,您可修改后应用 '本页程序的完整范例请登陆我网站 http://www.lshdic.com 的“技术文章”栏目查看 on error resume next '防止用户随意修改网址造成错误 if request.querystring("page")="" then page=1:else:page=cint(request.querystring("page&qu...[ 查看全文 ]
这个可以用jquery的一个插件cluetip 地址下载是:plugins.learningjquery.com/cluetip/demo/ 下面简单讲解下用法: 1 首先当然要放JQUERY的基本JS,和这个插件的JS了,如: a class="title" href="#" title="This is the title|The first set of contents comes after the first delimiter..... $('a.title').cluetip({splitTitle: '|'}); 这样就会在该连接被点时,弹出一个框,标题是this is the title,...[ 查看全文 ]