Sun_china

交流更多,收获更多?

博客园 首页 新随笔 联系 订阅 管理

随笔分类 -  JavaScript

摘要:效果图:[代码]AutoComplete文件的修改[代码]请求的ajax页的写法:[代码] 阅读全文
posted @ 2009-08-05 09:32 Sun_china 阅读(20373) 评论(6) 推荐(0) 编辑

摘要:[代码] 阅读全文
posted @ 2009-06-19 15:46 Sun_china 阅读(1730) 评论(0) 推荐(0) 编辑

摘要:Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ --> 阅读全文
posted @ 2008-09-28 14:55 Sun_china 阅读(750) 评论(0) 推荐(0) 编辑

摘要:【大 中 小】 阅读全文
posted @ 2008-09-12 14:11 Sun_china 阅读(165) 评论(0) 推荐(0) 编辑

只有注册用户登录后才能阅读该文。
posted @ 2007-08-15 10:13 Sun_china 阅读(13) 评论(0) 推荐(0) 编辑

只有注册用户登录后才能阅读该文。
posted @ 2007-08-13 16:00 Sun_china 阅读(15) 评论(0) 推荐(0) 编辑

摘要:1. 对象问题 1.1 Form对象 现有问题:现有代码这获得form对象通过d... 阅读全文
posted @ 2007-08-13 15:35 Sun_china 阅读(753) 评论(0) 推荐(0) 编辑

只有注册用户登录后才能阅读该文。
posted @ 2007-07-10 09:51 Sun_china 阅读(8) 评论(0) 推荐(0) 编辑

只有注册用户登录后才能阅读该文。
posted @ 2007-06-28 15:56 Sun_china 阅读(9) 评论(0) 推荐(0) 编辑

摘要:1 2 var Flag=true; 3 function chooseAll() 4 { 5 if(Flag) 6 { 7 var inputs=document.all.tags("input"); 8 9 for (var i=0; i<inputs.length; i++)1... 阅读全文
posted @ 2007-04-19 09:29 Sun_china 阅读(242) 评论(0) 推荐(0) 编辑

摘要:window.showModalDialog("SightFckEditor.aspx",a,"status=yes");//a 是要传的对象的名到另外的一个页面是使用的是window.dialogArguments.value 得到当前页面的值 在赋回去锚点的问题是 执行的顺序是先执行的是onclick 事件 在执行的是href 但是也可以使用 window.dialogArguments.fo... 阅读全文
posted @ 2007-04-18 14:17 Sun_china 阅读(386) 评论(0) 推荐(0) 编辑

摘要:FCKeditorAPI中文用例说明function abc() { var checkContent =FCKeditorAPI.GetInstance("editor");//获取实例 alert(checkContent.GetXHTML());//获取当前内容 var newelement = document.createElement("a"); newelement... 阅读全文
posted @ 2007-04-18 13:48 Sun_china 阅读(408) 评论(0) 推荐(0) 编辑

摘要:var sString = ''; var oEditor = FCKeditorAPI.GetInstance('editor' ); oEditor.SetHTML(sString); 阅读全文
posted @ 2007-04-18 13:43 Sun_china 阅读(1650) 评论(2) 推荐(0) 编辑