M
Mike Stumpo
I have posted this question in the FrontPage newsgroups
with no solutions.
I have a javascript plugin that replaces the text area
component of my web page with a wysiwyg editor.
When posting data to the database everything looks OK.
When I try to edit the page the information for that
record gets inserted to the database as escaped HTML:
<P dir=ltr style="MARGIN-RIGHT: 0px"><FONT
face=Century color=#333366>Here is an interesting
article that I read the other
day.<BR></FONT><BR><IMG
instead of:
<FONT face="Arial Narrow" color=#ff0000 size=5>Testing
this again. How many times must I go through with
this,</FONT>
Does anyone have any ideas as to what might be causing
this?
-M
with no solutions.
I have a javascript plugin that replaces the text area
component of my web page with a wysiwyg editor.
When posting data to the database everything looks OK.
When I try to edit the page the information for that
record gets inserted to the database as escaped HTML:
<P dir=ltr style="MARGIN-RIGHT: 0px"><FONT
face=Century color=#333366>Here is an interesting
article that I read the other
day.<BR></FONT><BR><IMG
instead of:
<FONT face="Arial Narrow" color=#ff0000 size=5>Testing
this again. How many times must I go through with
this,</FONT>
Does anyone have any ideas as to what might be causing
this?
-M