東南西北風

生活就像一杯加了糖的苦咖啡。
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

随笔分类 -  JavaScript

摘要:1、混合的构造函数、原型方式,创建对象[代码]2、动态原型方法[代码] 阅读全文

posted @ 2009-09-25 10:42 东南西北风 阅读(704) 评论(0) 推荐(0)

摘要:先输出red,后输出green[代码] 阅读全文

posted @ 2009-05-14 21:48 东南西北风 阅读(74) 评论(0) 推荐(0)

摘要:Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 阅读全文

posted @ 2009-03-22 22:52 东南西北风 阅读(133) 评论(0) 推荐(0)

摘要:Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 无标题文档 正在截入网页 ... 阅读全文

posted @ 2009-03-22 22:41 东南西北风 阅读(227) 评论(0) 推荐(0)

摘要:设为首页 Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->设为首页 将网页加入到收藏夹 Code Code highlighting produced by Actipro CodeHighlighter (freeware)http:/... 阅读全文

posted @ 2009-03-21 23:37 东南西北风 阅读(178) 评论(0) 推荐(0)

摘要:Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->function showSelect() { var frm = document.form1; selectIndex = frm.select.select... 阅读全文

posted @ 2009-03-21 22:51 东南西北风 阅读(318) 评论(0) 推荐(0)

摘要:Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1 2 3 4 5 使用按钮时,要注意type=""的类型,不能为submit,应该是button 阅读全文

posted @ 2009-03-20 19:41 东南西北风 阅读(184) 评论(0) 推荐(0)

摘要:Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 检查一组复选框是否选中 第一项 第二项 第三项 第四项 第五项 阅读全文

posted @ 2009-03-20 15:38 东南西北风 阅读(233) 评论(0) 推荐(0)

摘要:aciton设定为:http://www.google.com/search 将文字字段名称定为: q,并设定一个名称为h1, 值为zh-CN的隐藏字体段即可 代码如下: Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> ... 阅读全文

posted @ 2009-03-20 15:22 东南西北风 阅读(580) 评论(0) 推荐(0)

摘要:javaScript的实现 Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> html文档的实现 Code Code highlighting produced by Actipro CodeHighlighter (freeware)htt... 阅读全文

posted @ 2009-03-20 15:11 东南西北风 阅读(157) 评论(0) 推荐(0)

摘要:Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 阅读全文

posted @ 2009-03-20 15:03 东南西北风 阅读(278) 评论(0) 推荐(0)

摘要:验证输入的是否数字 Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 验证字母 Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.C... 阅读全文

posted @ 2009-03-20 14:58 东南西北风 阅读(256) 评论(0) 推荐(0)

摘要:javaScript的实现 Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 表单的实现 Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://... 阅读全文

posted @ 2009-03-20 14:42 东南西北风 阅读(294) 评论(0) 推荐(0)

摘要:Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 表单如下: Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighli... 阅读全文

posted @ 2009-03-20 14:24 东南西北风 阅读(144) 评论(0) 推荐(0)

摘要:Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->//撷取部分字符串 str1 = str.substr(起始位置索引,长度) str2 = str.substring(起始位置索引,结束位置索引) //将字符串分割成单个字符,返回一个数组... 阅读全文

posted @ 2009-03-18 22:36 东南西北风 阅读(129) 评论(0) 推荐(0)

摘要:Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 阅读全文

posted @ 2009-03-18 22:30 东南西北风 阅读(190) 评论(0) 推荐(0)

摘要:Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->//弹出一个新窗口 window.open('pop.html') //弹出一个无属性栏的窗口 window.open('pop.html', "", "width=200, height=3... 阅读全文

posted @ 2009-03-17 22:52 东南西北风 阅读(101) 评论(0) 推荐(0)

摘要:Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->window.scrollBy(0, 正值); //窗口至上到下滚动 window.scrollBy(0, 负值); //窗口到下向止滚动 window.scrollBy(正值, 0... 阅读全文

posted @ 2009-03-17 21:41 东南西北风 阅读(105) 评论(0) 推荐(0)

摘要:Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->//设定浏览器窗口大小(IE) window.resizeTo(300, 300); //设定宽、高 //不能改变窗口大小 //指定浏览器的位置 window.mov... 阅读全文

posted @ 2009-03-17 21:35 东南西北风 阅读(141) 评论(0) 推荐(0)

摘要:针对Netscape浏览器为: Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 针对IE 浏览器为: Code Code highlighting produced by Actipro CodeHighlighter (free... 阅读全文

posted @ 2009-03-17 21:28 东南西北风 阅读(151) 评论(0) 推荐(0)