I had this script to display a WYSWIG which was working fine:
<head>
<script language="JavaScript" type="text/javascript" src="WYSIWYG/wysiwyg.js"></script>
</head>
<body>
<form>
<textarea name="contents" cols="40" rows="8"></textarea>
<script language="JavaScript">
generate_wysiwyg('contents');
</script>
</form>
</body>
after i added the following javascript, all the pages that require WYSWIG will not open...
<SCRIPT Language=Javascript>
<!--
function ChooseColor(val,what,T)
{
what.value = val;
}
//-->
</SCRIPT>
can anybody help me with this? thanx