At 10:38 AM +0200 4/26/05, Cyrill Osterwalder wrote:
Anybody around here who is experienced in using the HTML parser on documents similar to the above example? Maybe I'm just seeing things wrong.
I don't know if this is relevant for your problem, but generally it is recommended to encapsulate such inclusion with the comment tag:
<script LANGUAGE="JavaScript">
<!--
function preview(textarea_obj) {
etc.
-->
</script>
Emmanuel