IE10 在 fckeditor無正常顯示及無法輸入任何字元
Temperature: 0 °C
於fckeditorcode_ie.js 檔案中,
在B.open(‘GET’, A, false); 及 B.send(null); 的中間
插入:
try { B.responseType = ‘msxml-document’; } catch (e) { }
文章來源 Url link
https://innstory.com/story-IE10_在_fckeditor無正常顯示及無法輸入任何字元-142
寫程式筆記