日期:2014-05-18 浏览次数:20990 次
<script type="text/javascript"> window.onload = function() { document.getElementById("showValue").contentWindow.document.write("<html><body style='margin:0px'><div id='showMSG' style='border:solid 1px #ccc;' ></div></body></html>"); //document.getElementById("showValue").contentWindow.document.getElementById("showMSG").innerHTML="aaaa"; document.getElementById("showValue").contentWindow.document.getElementById("showMSG").contentEditable = "true"; document.getElementById("showValue").contentWindow.document.getElementById("showMSG").focus(); //document.getElementById("showValue").contentWindow.document.designMode = "on"; } </script>