<?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"
	>
<channel>
	<title>Comments on: Fixing Firefox&#8217;s &#8216;NS_ERROR_NOT_AVAILABLE&#8217; Error When Using PageMethods.</title>
	<atom:link href="http://www.carlj.ca/2008/06/18/fixing-firefoxs-ns_error_not_available-error-when-using-pagemethods/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.carlj.ca/2008/06/18/fixing-firefoxs-ns_error_not_available-error-when-using-pagemethods/</link>
	<description></description>
	<pubDate>Thu, 09 Sep 2010 16:16:14 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: carlj</title>
		<link>http://www.carlj.ca/2008/06/18/fixing-firefoxs-ns_error_not_available-error-when-using-pagemethods/#comment-11005</link>
		<dc:creator>carlj</dc:creator>
		<pubDate>Mon, 01 Dec 2008 12:07:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.carlj.ca/?p=57#comment-11005</guid>
		<description>No prob, glad I could help (:</description>
		<content:encoded><![CDATA[<p>No prob, glad I could help (:</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Beer</title>
		<link>http://www.carlj.ca/2008/06/18/fixing-firefoxs-ns_error_not_available-error-when-using-pagemethods/#comment-11004</link>
		<dc:creator>Beer</dc:creator>
		<pubDate>Mon, 01 Dec 2008 04:38:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.carlj.ca/?p=57#comment-11004</guid>
		<description>Hi Jay
Thank you for this solution.
I have had this issue for a week.</description>
		<content:encoded><![CDATA[<p>Hi Jay<br />
Thank you for this solution.<br />
I have had this issue for a week.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: carlj</title>
		<link>http://www.carlj.ca/2008/06/18/fixing-firefoxs-ns_error_not_available-error-when-using-pagemethods/#comment-11000</link>
		<dc:creator>carlj</dc:creator>
		<pubDate>Tue, 28 Oct 2008 01:56:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.carlj.ca/?p=57#comment-11000</guid>
		<description>Hi Martin,

Not too sure I understand. 

This error is caused by a problem in a web page, when two totally different actions happen at the same time when the user performs an action (like clicking on a button). 

This particular problem needs to be fixed in the web page, and not in Firefox.</description>
		<content:encoded><![CDATA[<p>Hi Martin,</p>
<p>Not too sure I understand. </p>
<p>This error is caused by a problem in a web page, when two totally different actions happen at the same time when the user performs an action (like clicking on a button). </p>
<p>This particular problem needs to be fixed in the web page, and not in Firefox.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://www.carlj.ca/2008/06/18/fixing-firefoxs-ns_error_not_available-error-when-using-pagemethods/#comment-10999</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Mon, 27 Oct 2008 09:32:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.carlj.ca/?p=57#comment-10999</guid>
		<description>Hi Jay/Mark, I also get this error however as a non technical person where do i fuind the file that needs altering and what do i need to add/alter. I would dearly like to have my firfox back as I don't like IE?</description>
		<content:encoded><![CDATA[<p>Hi Jay/Mark, I also get this error however as a non technical person where do i fuind the file that needs altering and what do i need to add/alter. I would dearly like to have my firfox back as I don&#8217;t like IE?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: carlj</title>
		<link>http://www.carlj.ca/2008/06/18/fixing-firefoxs-ns_error_not_available-error-when-using-pagemethods/#comment-10543</link>
		<dc:creator>carlj</dc:creator>
		<pubDate>Fri, 11 Jul 2008 15:40:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.carlj.ca/?p=57#comment-10543</guid>
		<description>Hey Mark, didn't realize that it was you that posted. :)

True, I was actually thinking of that the night before you posted. Was talking to Billy about it.

When I did originally get this error, there wasn't any solutions as to why the problem was occurring, other than the so-called Firefox bug. So I thought I would post why it's happening, as well as a fix for it.

Using a regular HTML input button would be a simpler and better approach than mine.</description>
		<content:encoded><![CDATA[<p>Hey Mark, didn&#8217;t realize that it was you that posted. <img src='http://www.carlj.ca/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>True, I was actually thinking of that the night before you posted. Was talking to Billy about it.</p>
<p>When I did originally get this error, there wasn&#8217;t any solutions as to why the problem was occurring, other than the so-called Firefox bug. So I thought I would post why it&#8217;s happening, as well as a fix for it.</p>
<p>Using a regular HTML input button would be a simpler and better approach than mine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mark</title>
		<link>http://www.carlj.ca/2008/06/18/fixing-firefoxs-ns_error_not_available-error-when-using-pagemethods/#comment-10397</link>
		<dc:creator>mark</dc:creator>
		<pubDate>Wed, 09 Jul 2008 05:55:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.carlj.ca/?p=57#comment-10397</guid>
		<description>Hi Jay
Unless you need to use an asp.net control, you can alternatively just use a plain old html input button which won't have this issue.. That's what the server will convert it to anyway.</description>
		<content:encoded><![CDATA[<p>Hi Jay<br />
Unless you need to use an asp.net control, you can alternatively just use a plain old html input button which won&#8217;t have this issue.. That&#8217;s what the server will convert it to anyway.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
