Hier ist der HTML script der ausgegeb wird - danke für die Mühe :-)
<html>
<head>
<title>htmlArea</title>
<script language="javascript">
<!--
function ZeitAnzeigen()
{
var Jetzt = new Date();
var Tag = Jetzt.getDate();
var Monat = Jetzt.getMonth() + 1;
var Jahr = Jetzt.getYear();
window.document.Anzeige.datum.value = Jahr + "-" + Monat + "-" + Tag;
}
-->
</script>
<script language="Javascript1.2" src="editor.js"></script>
<script>
_editor_url = "http://www.neuro-psychiatrie.at/test/";
</script>
<style type="text/css"><!--
.btn { BORDER-WIDTH: 1; width: 26px; height: 24px; }
.btnDN { BORDER-WIDTH: 1; width: 26px; height: 24px; BORDER-STYLE: inset; BACKGROUND-COLOR: buttonhighlight; }
.btnNA { BORDER-WIDTH: 1; width: 26px; height: 24px; filter: alpha(opacity=25); }
--></style>
<style type="text/css"><!--
body, td { font-family: arial; font-size: 12px; }
.headline { font-family: arial black, arial; font-size: 28px; letter-spacing: -2px; }
.subhead { font-family: arial, verdana; font-size: 12px; let!ter-spacing: -1px; }
--></style>
</head>
<body>
<form id="myform" method="POST" action="">
<div class="headline">htmlArea test</div>
<p>
<textarea name="box2" id="box2" style="width:321; height:321" rows="1" cols="2" wrap="hard">
</textarea><br>
<script language="javascript1.2">
editor_generate('box2'); // field, width, height
</script>
<p align="left">Datum: <INPUT name=datum size="20"></TD></TR>
<TR>
<TD width="360" align="center" height="26"><INPUT type=submit
value=Speichern></td></tr>
<p>
<input type="submit" value="Abschicken" name="B1"></form>
</body></html>