摘要: 一种:<html><head><script type="text/javascript" language="javascript"> function limitChars(id, count){ var obj = document.getElementById(id); if (obj.value.length > count) { obj.va... 阅读全文
posted @ 2009-07-07 18:18 Tiger_cn 阅读(346) 评论(0) 推荐(0)
摘要: 最近ASP.Net项目中要用到在线编辑器,网搜下下,一箩筐,众说纷纭,介绍下Fckeditor使用手记。一.下载FCKeditor V2.*.*.官网地址:http://sourceforge.net/project/showfiles.php?group_id=75348FCKeditor2.*.*.zip :Click HereFCKeditor.NET.zip :Click HereFcke... 阅读全文
posted @ 2009-06-13 17:12 Tiger_cn 阅读(964) 评论(1) 推荐(1)