摘要: JS代码:$(function(){$('#slides').slides({preload: true,preloadImage: 'img/loading.gif',play: 5000,pause: 2500,hoverPause: true});});CSS样式:html, body, div,img, ol, ul, li { margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inh 阅读全文
posted @ 2013-05-11 10:01 哈达波斯网络 阅读(193) 评论(0) 推荐(0) 编辑
摘要: javascript脚本:$(function(){ $("#KinSlideshow").KinSlideshow();})HTML代码:<div id="KinSlideshow" > <a href=http://www.5xsj.net target="_blank"><img src="images/1.jpg" alt="这是标题一" /></a> <a href=http://www.5xsj.net target=" 阅读全文
posted @ 2013-05-11 09:14 哈达波斯网络 阅读(198) 评论(0) 推荐(0) 编辑
摘要: 这个目前还是有个别无法显示,翻了下msdn貌似没看到更好的解决方案,暂时放弃继续研究,有晓得完全解决的朋友不妨回复说一声。先附bat创建畸形目录,以下代码复制另存为a.bat:代码如下:md aux\\md com1\\md com2\\md prn\\md con\\md nul\\md dot...\\md onedot..\\程序代码代码如下:<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%><%option explicitresponse.charset = "UTF-8"s 阅读全文
posted @ 2013-05-11 09:10 哈达波斯网络 阅读(169) 评论(0) 推荐(0) 编辑
摘要: Dim strName, iLoopFor Each strName in Session.ContentsResponse.Write strName & " - " & Session.Contents(strName)& "[BR]"Next一般情况下,上面的代码可以工作得很好。但当Session变量是一个对象或者数组时,打印的结果就不正确了。 这样我们修改代码如下:代码如下:首先看看有多少Session变量在使用?Response.Write "There are " & Session.Con 阅读全文
posted @ 2013-05-11 09:04 哈达波斯网络 阅读(154) 评论(0) 推荐(0) 编辑
摘要: cssbody, span, div, td { font-size:12px; line-height:1.5em; color:#849BCA; }#bodyL { float:left; width:84px; margin-right:2px; }a.od { width:80px; height:25px; line-height:25px; text-align:center; font-weight:bold; border: 2px solid #849BCA; display:block; color:#547BC9; float:left; text-decoration: 阅读全文
posted @ 2013-05-11 09:00 哈达波斯网络 阅读(181) 评论(0) 推荐(0) 编辑