<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: FCKEditor &#8211; how to access the HTML content from JavaScript?</title>
	<atom:link href="http://dobrzanski.net/2008/07/25/fckeditor-how-to-access-the-html-content-from-javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://dobrzanski.net/2008/07/25/fckeditor-how-to-access-the-html-content-from-javascript/</link>
	<description>The blog for developers</description>
	<lastBuildDate>Wed, 11 Apr 2012 20:31:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Andrey</title>
		<link>http://dobrzanski.net/2008/07/25/fckeditor-how-to-access-the-html-content-from-javascript/comment-page-1/#comment-23823</link>
		<dc:creator>Andrey</dc:creator>
		<pubDate>Mon, 19 Oct 2009 08:41:01 +0000</pubDate>
		<guid isPermaLink="false">http://dobrzanski.net/?p=101#comment-23823</guid>
		<description>I used this solution, but I have crashed IE other browses is OK.	
Anyone knows about this problem?
Sorry my English</description>
		<content:encoded><![CDATA[<p>I used this solution, but I have crashed IE other browses is OK.<br />
Anyone knows about this problem?<br />
Sorry my English</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Travis Holliday</title>
		<link>http://dobrzanski.net/2008/07/25/fckeditor-how-to-access-the-html-content-from-javascript/comment-page-1/#comment-19504</link>
		<dc:creator>Travis Holliday</dc:creator>
		<pubDate>Fri, 26 Jun 2009 02:26:44 +0000</pubDate>
		<guid isPermaLink="false">http://dobrzanski.net/?p=101#comment-19504</guid>
		<description>Thanks for this!!! You are a life saver!!</description>
		<content:encoded><![CDATA[<p>Thanks for this!!! You are a life saver!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jose Luis Reyes</title>
		<link>http://dobrzanski.net/2008/07/25/fckeditor-how-to-access-the-html-content-from-javascript/comment-page-1/#comment-17895</link>
		<dc:creator>Jose Luis Reyes</dc:creator>
		<pubDate>Tue, 12 May 2009 04:35:03 +0000</pubDate>
		<guid isPermaLink="false">http://dobrzanski.net/?p=101#comment-17895</guid>
		<description>You are Great, keep the good work !!</description>
		<content:encoded><![CDATA[<p>You are Great, keep the good work !!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sohail</title>
		<link>http://dobrzanski.net/2008/07/25/fckeditor-how-to-access-the-html-content-from-javascript/comment-page-1/#comment-12352</link>
		<dc:creator>sohail</dc:creator>
		<pubDate>Wed, 24 Dec 2008 10:47:59 +0000</pubDate>
		<guid isPermaLink="false">http://dobrzanski.net/?p=101#comment-12352</guid>
		<description>Thanks for your opinion, but my dear it doesn&#039;t work with HTML values.......</description>
		<content:encoded><![CDATA[<p>Thanks for your opinion, but my dear it doesn&#8217;t work with HTML values&#8230;&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Wagner</title>
		<link>http://dobrzanski.net/2008/07/25/fckeditor-how-to-access-the-html-content-from-javascript/comment-page-1/#comment-11080</link>
		<dc:creator>Rob Wagner</dc:creator>
		<pubDate>Fri, 14 Nov 2008 15:12:47 +0000</pubDate>
		<guid isPermaLink="false">http://dobrzanski.net/?p=101#comment-11080</guid>
		<description>Jarek,

Good reading, but it turned out to be my misuse of the FCKEditor JS API.  It should have been:

    FCKeditorAPI.GetInstance(&#039;body_html&#039;).GetHTML(false);

...instead of:

    FCKeditorAPI.GetInstance(&#039;body_html&#039;).GetHTML(true);

The documentation for this API doesn&#039;t really explain the function of that parameter. 

Over this mountain and on to the next !  

Cheers,
Rob</description>
		<content:encoded><![CDATA[<p>Jarek,</p>
<p>Good reading, but it turned out to be my misuse of the FCKEditor JS API.  It should have been:</p>
<p>    FCKeditorAPI.GetInstance(&#8216;body_html&#8217;).GetHTML(false);</p>
<p>&#8230;instead of:</p>
<p>    FCKeditorAPI.GetInstance(&#8216;body_html&#8217;).GetHTML(true);</p>
<p>The documentation for this API doesn&#8217;t really explain the function of that parameter. </p>
<p>Over this mountain and on to the next !  </p>
<p>Cheers,<br />
Rob</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jarosław Dobrzański</title>
		<link>http://dobrzanski.net/2008/07/25/fckeditor-how-to-access-the-html-content-from-javascript/comment-page-1/#comment-11062</link>
		<dc:creator>Jarosław Dobrzański</dc:creator>
		<pubDate>Fri, 14 Nov 2008 07:27:22 +0000</pubDate>
		<guid isPermaLink="false">http://dobrzanski.net/?p=101#comment-11062</guid>
		<description>Rob,
Did you try this one: http://dobrzanski.net/2008/06/11/microsoft-jscript-runtime-error-object-doesnt-support-this-property-or-method/ ?

Cheers,
Jarek</description>
		<content:encoded><![CDATA[<p>Rob,<br />
Did you try this one: <a href="http://dobrzanski.net/2008/06/11/microsoft-jscript-runtime-error-object-doesnt-support-this-property-or-method/" rel="nofollow">http://dobrzanski.net/2008/06/11/microsoft-jscript-runtime-error-object-doesnt-support-this-property-or-method/</a> ?</p>
<p>Cheers,<br />
Jarek</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Wagner</title>
		<link>http://dobrzanski.net/2008/07/25/fckeditor-how-to-access-the-html-content-from-javascript/comment-page-1/#comment-11057</link>
		<dc:creator>Rob Wagner</dc:creator>
		<pubDate>Thu, 13 Nov 2008 17:45:52 +0000</pubDate>
		<guid isPermaLink="false">http://dobrzanski.net/?p=101#comment-11057</guid>
		<description>Sir,

Thanks for the sample; however it only works for an alert; e.g.


If I attempt to assign the output of getHTML to a JS variable, I get the error, Object doesn&#039;t support this property or method.

Thoughts?

Thanks!
Robert in Vermont</description>
		<content:encoded><![CDATA[<p>Sir,</p>
<p>Thanks for the sample; however it only works for an alert; e.g.</p>
<p>If I attempt to assign the output of getHTML to a JS variable, I get the error, Object doesn&#8217;t support this property or method.</p>
<p>Thoughts?</p>
<p>Thanks!<br />
Robert in Vermont</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bernie Wiemers</title>
		<link>http://dobrzanski.net/2008/07/25/fckeditor-how-to-access-the-html-content-from-javascript/comment-page-1/#comment-10388</link>
		<dc:creator>Bernie Wiemers</dc:creator>
		<pubDate>Thu, 23 Oct 2008 01:04:36 +0000</pubDate>
		<guid isPermaLink="false">http://dobrzanski.net/?p=101#comment-10388</guid>
		<description>Thank you so much for publishing this post.

I&#039;ve had the same problem and spent hours trying to find a solution without success.

I read your post, tried out what you said, and it worked!

Thank you</description>
		<content:encoded><![CDATA[<p>Thank you so much for publishing this post.</p>
<p>I&#8217;ve had the same problem and spent hours trying to find a solution without success.</p>
<p>I read your post, tried out what you said, and it worked!</p>
<p>Thank you</p>
]]></content:encoded>
	</item>
</channel>
</rss>

