modernsky2003

上一页 1 2 3 4 5 6 7 ··· 23 下一页

2010年3月2日 #

JavaScript验证

摘要: JavaScript验证 http://www.ijavascript.cn/yanzheng/index-page2.htmlJavaScript表单验证年龄JavaScript表单验证年龄,判断一个输入量是否符合年龄,通过正则表达式实现。//检查年龄function isAge(str){var mydate=new Date;var now=mydate.getFullYear();if (... 阅读全文

posted @ 2010-03-02 16:45 hekeneng 阅读(211) 评论(0) 推荐(0) 编辑

javascript学习资料2

摘要: 107条Javascript的常用语句1. document.write( " "); 输出语句 2.JS中的注释为// 3.传统的HTML文档顺序是:document- >html- >(head,body) 4.一个浏览器窗口中的DOM顺序是:window- >(navigator,screen,history,location,document) 5.得到表单中元素的名称和... 阅读全文

posted @ 2010-03-02 16:33 hekeneng 阅读(155) 评论(0) 推荐(0) 编辑

javascript学习资料1

摘要: http://www.ijavascript.cn/例如: <Script>with (document) { write ("你的浏览器信息:<OL>"); write ("<LI>代码:"+navigator.appCodeName); write ("<LI>名称:"+navigator.appName); write ("<LI>... 阅读全文

posted @ 2010-03-02 16:24 hekeneng 阅读(269) 评论(0) 推荐(0) 编辑

JAVASCRIPT学习地址

摘要: http://www.codefans.net/sort/list_7_152_1.shtml 阅读全文

posted @ 2010-03-02 15:40 hekeneng 阅读(91) 评论(0) 推荐(0) 编辑

集合已修改;枚举操作可能无法执行。

摘要: http://www.cnblogs.com/bluepoison/archive/2009/12/10/1621136.html 阅读全文

posted @ 2010-03-02 14:05 hekeneng 阅读(125) 评论(0) 推荐(0) 编辑

ASP.NET 2.0防止同一用户同时登陆

摘要: http://www.cnblogs.com/innhyul/archive/2009/12/10/1621396.html 阅读全文

posted @ 2010-03-02 13:53 hekeneng 阅读(99) 评论(0) 推荐(0) 编辑

揭开ASP.NET生成随机密码的面纱

摘要: http://www.cnblogs.com/liuxinhuahao/archive/2009/12/13/1622851.html 阅读全文

posted @ 2010-03-02 11:46 hekeneng 阅读(103) 评论(0) 推荐(0) 编辑

群发邮件2

摘要: http://www.cnblogs.com/hsapphire/archive/2009/12/13/1623139.html 阅读全文

posted @ 2010-03-02 11:43 hekeneng 阅读(103) 评论(0) 推荐(0) 编辑

DataSet,DataTable与DataRow的复制方法

摘要: http://www.cnblogs.com/chaobaojun/archive/2009/12/13/1623171.html 阅读全文

posted @ 2010-03-02 11:40 hekeneng 阅读(85) 评论(0) 推荐(0) 编辑

ASP.NET生成缩略图类C#代码

摘要: http://www.cnblogs.com/hakuci/archive/2009/12/14/1623661.html 阅读全文

posted @ 2010-03-02 11:19 hekeneng 阅读(102) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 7 ··· 23 下一页

导航