日期:2014-05-17 浏览次数:20675 次
<html>
<head>
<script>
document.getElementById(""SendMsg"").contentWindow.document.designMode = "on";
</script>
</head>
<body>
<iframe src=""001.htm"" id=""SendMsg"" width=""100%"" height=""120px"" ></iframe>
</body>
</html>
<html>
<head>
</head>
<body>
<iframe src=""001.htm"" id=""SendMsg"" width=""100%"" height=""120px"" ></iframe>
<script>
document.getElementById(""SendMsg"").contentWindow.document.body.contentEditable= "true";
</script>
</body>
</html>