posts - 32,  comments - 3,  trackbacks - 0
          //首先在HEAD區加入要引用的JS
          <head>
          <script type="text/javascript" src="FCKEditor/fckeditor.js"></script> 
          <script type="text/javascript" language="javascript">
          function check()
          {
             // 取得FCKEditor的值,GetInstance(arg),這里的參數arg是FCKeditor實例名;
             //如聲明FCKeditor用var oFCKeditor = new FCKeditor('FCKEditor1',500,200,'Board'),則此時arg就是FCKEditor1;
                  var checkContent1 =FCKeditorAPI.GetInstance("FCKEditor1").GetXHTML();
                  if (checkContent1 == "")
                  {
                     strErr += '評論內容不能為空!\n\n';
              alert(strErr);
                  }
          }
          </script>
          </head>
          <%-- 把這段寫在需要顯示FCKEditor編輯框的地方 --%>
          <div class="FCKeditor">
          <script type="text/javascript">
              var sBasePath = "FCKEditor/";
              var oFCKeditor = new FCKeditor('FCKEditor1',500,200,'Board'); //實例名為FCKEditor1
              oFCKeditor.BasePath = sBasePath ;
              oFCKeditor.Create() ;
          </script>
          </div>
          <%-- 用于提交內容的按鈕,響應點擊事件為 check() --%>
          <input id="Button1" value="button" type="button" onclick="check()" />
          轉自:http://hi.baidu.com/myaspdotnet/blog/item/0b73cd3f0ab9f3c77c1e714a.html
          posted on 2011-05-27 22:21 donghang73 閱讀(231) 評論(0)  編輯  收藏

          只有注冊用戶登錄后才能發表評論。


          網站導航:
           
          主站蜘蛛池模板: 江阴市| 焦作市| 普陀区| 南华县| 内江市| 东宁县| 永仁县| 新建县| 施甸县| 青浦区| 建宁县| 确山县| 浏阳市| 芷江| 龙胜| 高陵县| 和田市| 延安市| 峨眉山市| 师宗县| 松潘县| 琼海市| 内江市| 安福县| 宁津县| 梁山县| 崇明县| 云南省| 宝丰县| 定兴县| 嘉义市| 碌曲县| 当涂县| 聂拉木县| 漳州市| 三亚市| 西藏| 二连浩特市| 甘泉县| 大名县| 馆陶县|