How do I input html into the editor. If the html contains illegal characters then the editor does not display.
dim html_paragraph = "&^*^(&^%$&##@$%@@$#^"
<SCRIPT language="javascript">
CreateFCKeditor('newsedit', '650', 400, 'newsedit', '<%=parseforjavascript(html_paragraph)%>');
</SCRIPT>
This is a problem. Please Help
dim html_paragraph = "&^*^(&^%$&##@$%@@$#^"
<SCRIPT language="javascript">
CreateFCKeditor('newsedit', '650', 400, 'newsedit', '<%=parseforjavascript(html_paragraph)%>');
</SCRIPT>
This is a problem. Please Help
RE: inputing HTML
You should only have difficulty with single quotes so you just need to escape them
John