<html>
<head>
<title>
My HTML Designer on Mozilla
</title>
</head>
<body>
<iframe id="whizzEditor" name="whizzEditor" width="100%" height="100%" border="0"></iframe>
<script type="text/javascript">
document.getElementById("whizzEditor").contentWindow.document.designMode = "on";
document.getElementById("whizzEditor").focus();
</script>
</body>
</html>
<head>
<title>
My HTML Designer on Mozilla
</title>
</head>
<body>
<iframe id="whizzEditor" name="whizzEditor" width="100%" height="100%" border="0"></iframe>
<script type="text/javascript">
document.getElementById("whizzEditor").contentWindow.document.designMode = "on";
document.getElementById("whizzEditor").focus();
</script>
</body>
</html>