ie11下,插入框架Html
if(navigator.userAgent.indexOf("MSIE")>0 || (navigator.userAgent.indexOf("Trident") > -1 && navigator.userAgent.indexOf("rv:11") > -1)){ if(window.getSelection){ var img = document.createElement("img"); img.src = ‘http://static.qyer.com/images/ask/temp/ask_append_img.png‘; img.className = ‘js_load_pic‘; var m = editor.getSelection().getRangeAt(0); if(m){ editor.document.body.appendChild(img); } }else{ editor.document.selection.createRange().pasteHTML(‘<img src="http://static.qyer.com/images/ask/temp/ask_append_img.png" class="js_load_pic"/>‘) ; } }else{ editor.document.execCommand("insertHTML", null, ‘<img src="http://static.qyer.com/images/ask/temp/ask_append_img.png" class="js_load_pic"/>‘);
//插入HTML }
郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。