FCKeditor
墨魚丸
因為興趣而來到這裡,想和大家一起進步
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
FCKeditorAPI中文用例说明
转载自:http://goldtoad.javaeye.com/blog/507287function abc() { var checkContent =FCKeditorAPI.GetInstance("editor");//获取实例 alert(checkContent.GetXHTML());//获取当前内容 var newelement = document.createElement("a"); newelement.href="#";转载 2010-12-01 15:20:00 · 999 阅读 · 0 评论 -
js获取fckeditor表单内容
转载自:http://www.cnblogs.com/zgqys1980/archive/2009/08/21/1551480.html形式如:varoEditor=FCKeditorAPI.GetInstance('content');varcontent=oEditor.GetXHTML(true);eg:function GetInnerHTML(){ // Get the editor instance that we want to interact with. var oEditor转载 2010-12-02 08:42:00 · 566 阅读 · 0 评论 -
黑客是如何利用Windows2003+IIS6.0的文件名解析漏洞入侵网站挂马的?
转载自:http://3hao.banzhu.net/article/3hao-61-997149.html 本期主角:Windows2003+IIS6.0 问题所在:文件名解析存在漏洞 主要危害:夺取网站最高权限 调研时间:2009.9.8~2009.10.18 Windows2003+IIS6.0的文件名解析漏洞,对那些带上传功转载 2011-11-01 10:59:33 · 3077 阅读 · 1 评论 -
资深老站长传授网站服务器防黑经验
转自:http://www.huweishen.com/help/zatan/1175.html 一、设置严密的权限。 上传的目录只给写入、读取权限,绝对不能给执行的权限。 每个网站使用独立的用户名和密码,权限设置为Guest。 命令:net localgroup users myweb /del 设置MSSQL 、Apache、MySQL以Guest权限运行:在转载 2011-11-01 11:01:06 · 724 阅读 · 0 评论
分享