利用JavaScript获取现在时间日期与农历

  • 31555
  • 2012/7/10 16:27:17

以下为详细代码 <!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&阅读全文

javascript表格内移动上下列,可以做成ajax加上动态程序做成上下移动顺序

  • 14783
  • 2011/7/13 21:49:40

以下为详细代码 <divid="tableTest"> </div> <scriptlanguage="JavaScript"type="text/javascript"> <!-- //获取容器div的引用 varcontainer=d阅读全文

ASP中SQL和Access数据库中时间/日期字段内容查询的方法说明

  • 38348
  • 2011/3/7 12:21:26

方法如下: MSSQL数据库: SQL="select*from表名where时间/日期字段between'"&传递过来开始的时间值&"'and'"&DateAdd("d",1,""&阅读全文

javascript取汉字拼音首字母缩写程序

  • 27396
  • 2011/1/14 17:03:42

以下为详细代码 "+arrRslt.join("")+ "隐藏"; varoDiv=getPosition(document.getElementById("txtChinese")); div.style.top=oDiv.top+oDiv.height; d阅读全文

利用javascript鼠标经过表格,行与列变色

  • 10722
  • 2010/9/3 14:56:45

以下为详细代码 <!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <htmlxmlns="阅读全文

利用asp正则功能去除网页中自定义HTML标记(来自eWebEditor)

  • 13197
  • 2010/8/20 14:15:15

functionExecReg(re,content)DimmyRegExp,ResultStringSetmyRegExp=NewRegExpmyRegExp.Global=TruemyRegExp.Pattern=reResultString=myRegExp.Replace(content,"阅读全文

asp计算器

  • 7612
  • 2010/7/13 23:24:58

<%response.Write"<html>"&_"<head>"&_"<metahttp-equiv=Content-Typecontent=text/html;charset=gb2312>"&_"<title>TA阅读全文

2010滚动条样式大全最新收集

  • 9559
  • 2010/7/7 14:30:14

属性设置:WIDTH:148;HEIGHT:146;根据使用的位置,可调整宽度和高度. OVERFLOW:scroll;显示纵横滚动条.上部的演示均属设置为scroll的界面.但一般都设置为:auto(需要时才显示) BACKGROUND-COLOR:transparent;阅读全文

非常不错的支持各种浏览器的简易调色板

  • 10236
  • 2010/7/6 10:43:51

以下为详细代码 <!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <htmlxmlns="阅读全文

非常酷的javascript实现万年历功能

  • 19448
  • 2010/7/4 16:55:59

以下为详细代码 <!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <htmlxmlns="阅读全文

黑色的非常酷的简单JavaScript日历及说明

  • 12873
  • 2010/7/4 16:53:06

以下为详细代码 <!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <htmlxmlns="阅读全文

特别简洁的简单JavaScript日历及说明

  • 14380
  • 2010/6/28 23:30:14

以下为详细代码 <!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <htmlxmlns="阅读全文

Javascript JS 限制复选框的选择个数(3)

  • 18364
  • 2010/5/7 14:32:57

以下为详细代码 <!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <htmlxmlns="阅读全文

这个超级强的div+css图片大小自适应

  • 24135
  • 2010/4/6 15:19:23

以下为详细代码 <style> .mnlc9_l{ float:left; overflow:hidden; width:110px; height:110px; padding:3px; border:solid1px#d7d7d7; text-align:c阅读全文

点击密码框弹出小键盘

  • 7784
  • 2010/4/1 9:02:24

以下为详细代码 <divalign="center"> <INPUTtitle=登录密码onfocus="if(hidekeyboard){&#13;&#10;hidekeyboard=false;userpswdvalue=this;showkeybo阅读全文

Google的265导航站上顶部右边的logo上的眼珠特效 (兼容IE,FF)

  • 10502
  • 2010/2/8 11:03:55

以上是所用的一些图片 google_265_logo_ig.js 以上是用到的JS代码 以下为详细代码 <html> <head> <metahttp-equiv="content-type"content="text/html;阅读全文

asp之自动闭合HTML标签函数

  • 13776
  • 2010/1/21 20:09:55

asp之自动闭合HTML标签函数 以下为详细代码 Functionclosehtml(strContent) '************************************* '自动闭合html '************************************阅读全文

ASP汉字转拼音,支持自定义特殊词语

  • 11573
  • 2010/1/20 13:40:45

以下是”特殊字符“代码:FunctiongetEnglish(ByValStr)getEnglish=StrgetEnglish=Replace(getEnglish,"中国","china")getEnglish=Replace(getEnglish,"策划","plan")getEn阅读全文

从百度扣下来的javascript日历

  • 7582
  • 2010/1/7 15:55:14

以下为详细代码 <title>从百度扣下来的javascript日历</title> <tablecellpadding="0"cellspacing="0"id="1"> <tr> <td><style> b阅读全文

一个select表单移处数据的效果,非常好用。

  • 10386
  • 2009/12/22 14:07:45

以下为详细代码 <scriptlanguage="javascript"> /* *email:yaqy@qq.com *url:http://hi.baidu.com/tangtou */ function$(str){ returndocument.getEle阅读全文

更多信息>>栏目类别选择
百度小程序开发
微信小程序开发
微信公众号开发
uni-app
asp函数库
ASP
DIV+CSS
HTML
python
更多>>最新添加文章
在Android、iOS、Windows、MacOS中微信小程序的文件存放路径
python通过代码修改pip下载源让下载库飞起
python里面requests.post返回的res.text还有其它的吗
aliyun阿里云续费域名优惠口令(注册、续费都可以使用)
windows7环境下安装配置jdk
python对微信操作要用到这两个库wxpy与itchat
ASP中Utf-8与Gb2312编码转换乱码问题的解决方法页面编码声明
DW设置之后更好用 DreamweaverCS编辑GB2312与UTF-8文件在代码视图中点击鼠标错位问题的解决办法
更多>>随机抽取信息
网页添加WhatsApp跳转链接教程
微信公众号回复音乐消息或用客服接口推送音乐消息
仿百度知道宽度高度自适应的圆角边框
asp利用hasOwnProperty验证某个json中的某个标签是否存在
Python拼接字符串的几种方式
asp汉字转换为拼音