您在這裡

IMCE Browse button 加 FCKeditor 可以在 firefox 出現, 但在 IE 死都不出現

nobody1225's 的頭像
nobody1225 在 2007-07-03 (二) 17:23 發表

大家好!我想請問一下
IMCE Browse button 加 FCKeditor 可以在 firefox 出現, 但在 IE 死都不出現

我看官方網站有人在問!但是都找不解決方法
但是我之前有解決過,但是沒留下紀錄
所以忘了怎麼解決,現在也找不到了
希望大家可否告訴我解決方法
謝謝大家

附加檔案大小
Image icon 未命名.JPG93.43 KB

哈哈,終於找到了解決方法
解決方法:
將 imce_set_fck.js 裡頭的
$(window).load(imceInitiateFCK);
改成
$(window).load(function() {setTimeout('imceInitiateFCK()', 2000)});
試試看吧
原始官方討論:http://drupal.org/node/122732