8.7w+
社区成员
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>document.writeln in firefox</title>
<script type="text/javascript"language="javascript">
var strFrame;
document.writeln('<iframe id="meizzDateLayer" name="meizzDateLayer" frameborder=0 style="position: absolute; width: 144; height: 260; z-index: 9998;"></iframe>');
strFrame = "<div>asdfsaf</div>"
window.frames.meizzDateLayer.document.writeln(strFrame);
</script>
</head>
<body>
</body>
</html>
document.getElementById("meizzDateLayer").contentWindow.document.writeln(strFrame);