2009年5月31日

asp分页控件

摘要: <% '************************************************************************************ 'http://www.hencode.com/info/asp/yuanma/200809/13-14367.html'具体用法 'Set conn=Server.CreateObject("ADODB.Conne... 阅读全文

posted @ 2009-05-31 17:55 韩显川 阅读(329) 评论(0) 推荐(0)

JS日期相加

摘要: function addDate(type,NumDay,dtDate) { var date = new Date(dtDate) type = parseInt(type) //类型 var lIntval = parseInt(NumDay)//间隔 switch(type){ case 6 ://年 date.setYear(date.getYear() + lIntval) ... 阅读全文

posted @ 2009-05-31 10:43 韩显川 阅读(448) 评论(0) 推荐(0)

导航