/**
*在製作預覽內容的時候,不採用POST方式,而使用javascript 取得fckeditor內容的值
*要取得fckeditor的值無法像一般使用javascript取得欄位id一樣取得。
*這個部份fckeditor有提供函式,以下為fckeditor的函式
**/
/**
var oEditor=FCKeditorAPI.GetInstance('Contents');
var Contents = oEditor.GetXHTML();
alert(Contents);
*其中('Contents');為內容欄位名稱
**/
沒有留言:
張貼留言