The form generally works but not when I use the Value variable when I repost the data.
Here is an example of code generated that simply displays no toolbar or anything in Firefox 1.5 + PHP:
==================================
<script type="text/javascript">
var oFCKeditor = new FCKeditor( 'Article' ) ;
oFCKeditor.Width = 700;
oFCKeditor.Value = "<a href="http://www.cbc.ca/olympics/stories/head ... 60209.html"><img width="300" height="100" border="0" alt="" src="http://www.cbc.ca/gfx/topstory/news/oly ... eneric.jpg" /></a>
<h1><a href="http://www.cbc.ca/olympics/stories/head ... 60209.html">Turin set to open Games</a></h1>
Blondes on motorcycles, bodystockinged rollerskaters and Pavarotti will all be part of the 2006 version of that weird, wonderful, and sometimes wacky, spectacle known as the Olympic opening ceremony.
<p><nobr><a href="http://www.cbc.ca/olympics/stories/head ... 60209.html" class="fullstory">FULL STORY</a></nobr></p>";
oFCKeditor.Height = 700;
oFCKeditor.BasePath = "/ui/functions/FCKeditor/";
oFCKeditor.Create() ;
</script>
</td>
</tr>
<tr>
<td>
<h4>Comments:</h4>
<script type="text/javascript">
==================================
If anyone can fix this it will be much appreciated!
Thanks
Fri, 02/10/2006 - 08:42
#1
RE: Not working with advanced HTML
If you want to be able to edit full HTML instead of just tossing it into the database and never editing it in a textarea you'll need to follow another thread I fixed myself.

You'll never be able to enter advanced HTML as I call it with double quotes by passing it as a Value parameter whether it is through PHP or Javascript. You need to use textarea's for this also known as Method 2 on Fred's wiki.
http://sourceforge.net/forum/forum.php? ... _id=257180
Cheers
Thanks Fred you're the man for making this editor