在IFRAME显示某个ASPX页面时
不允许修改时显示正常,而DESIGNMODE为ON时显示为乱码
请问是什么问题?原码:
<script language=javascript>
document.write('<IFRAME id=message align=left marginWidth=0 marginHeight=0 src="http://localhost/OfficeWork/O_SectionBox.aspx?action=modify&SectionID=39" height=280 width=500></IFRAME>')
frames.message.document.designMode = "On";
</script>例如:http://localhost/OfficeWork/O_SectionBox.aspx?action=modify&SectionID=39页面显示:母猪无frames.message.document.designMode = "On"该句时显示正常,若有则显示乱码