林林菜园
www.code84.com
摘要: Js 验证FCKeditor输入内容是否为空Var oEditor=FCKeditorAPI.GetInstance("ctl00_ContentPlaceHolder1_fckContent"); var Content=oEditor.GetXHTML(); if(Content=="") { alert("请填写内容!"); oEditor.Focus();//获取焦点 retu... 阅读全文
posted @ 2009-05-25 17:50 林林菜园 阅读(329) 评论(0) 推荐(0)