dourunlao1642 2012-05-15 08:29
浏览 23
已采纳

验证FCKEditor是否为空

i am trying to validate using JavaScript if the fckeditor value is blank or not but with no luck.

i am creating the Editor using javascript :

var oFCKeditor = new FCKeditor('txtMessage');
                                                 oFCKeditor.BasePath = "../fckeditor/";
                                                 oFCKeditor.ToolbarSet = "Default";
                                                oFCKeditor.Height = "500";
                                                  oFCKeditor.Value = "test";
                                                oFCKeditor.Create();

but when i use:

 if (document.form.txtMessage.value == "") {
      alert('You Must Enter a Message');

when the editor is empty and alerts me and i write something in it, it keeps alerting it is empty.

  • 写回答

1条回答 默认 最新

  • dsz90288 2012-05-15 08:34
    关注

    Check here

        <script type="text/javascript">
            function checksubmit() {        
                var FCKGetInstance = FCKeditorAPI.GetInstance('PageDescription');  
                var getText = FCKGetInstance.GetData(); 
                var StripTag = getText.replace(/(<([^>]+)>)/ig,"");
                if(StripTag=='') {
                    alert("This is required field");
                    return false;
                }
                else {
                    alert(StripTag);
                }       
            }
         </script>
    
    <input type="submit" name="submit" value="submit" onclick="javascript: return checksubmit();" />
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 TYPCE母转母,插入认方向
  • ¥15 如何用python向钉钉机器人发送可以放大的图片?
  • ¥15 matlab(相关搜索:紧聚焦)
  • ¥15 基于51单片机的厨房煤气泄露检测报警系统设计
  • ¥15 路易威登官网 里边的参数逆向
  • ¥15 Arduino无法同时连接多个hx711模块,如何解决?
  • ¥50 需求一个up主付费课程
  • ¥20 模型在y分布之外的数据上预测能力不好如何解决
  • ¥15 processing提取音乐节奏
  • ¥15 gg加速器加速游戏时,提示不是x86架构