<html>
<head>
<script>
_editor_url = '/htmlarea/';
_editor_lang = 'en';
</script>
<script type="text/javascript" src="/htmlarea/htmlarea.js"></script>
<script>
HTMLArea.loadPlugin("FullPage");
</script>
</head>
<body>
<textarea class="inputbox" cols="50" rows="20" name="introtext" id="introtext">
<style type="text/css">
/* & comment inside style */
p:before { content: '&'; }
</style>
<p>foobar</p>
</textarea>
<p></p>
<script language="JavaScript1.2" defer="defer">
var editor = new HTMLArea("introtext");
editor.registerPlugin(FullPage);
editor.generate('introtext');
</script>
</body>
</html>