<?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: JavaScript Submit Once</title>
	<atom:link href="http://schinckel.net/2006/09/16/javascript-submit-once/feed/" rel="self" type="application/rss+xml" />
	<link>http://schinckel.net/2006/09/16/javascript-submit-once/</link>
	<description>Like a fortune cookie, only without the fortune, and not a cookie.</description>
	<pubDate>Wed, 07 Jan 2009 23:21:58 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Matthew Schinckel</title>
		<link>http://schinckel.net/2006/09/16/javascript-submit-once/#comment-1361</link>
		<dc:creator>Matthew Schinckel</dc:creator>
		<pubDate>Sun, 17 Sep 2006 12:32:40 +0000</pubDate>
		<guid isPermaLink="false">http://schinckel.blogsome.com/2006/09/16/javascript-submit-once/#comment-1361</guid>
		<description>Actually, after pressing the Submit button, the page reloads anyway, so preventing the user pressing again in the time between initial send, and then the reload of the page is probably not too bad.  If the user wants to add more comment, they can after the reload.

I really want to have moderated comments shown, but that's an issue that requires PHP intervention.</description>
		<content:encoded><![CDATA[<p>Actually, after pressing the Submit button, the page reloads anyway, so preventing the user pressing again in the time between initial send, and then the reload of the page is probably not too bad.  If the user wants to add more comment, they can after the reload.</p>
<p>I really want to have moderated comments shown, but that&#8217;s an issue that requires PHP intervention.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew Schinckel</title>
		<link>http://schinckel.net/2006/09/16/javascript-submit-once/#comment-1360</link>
		<dc:creator>Matthew Schinckel</dc:creator>
		<pubDate>Sun, 17 Sep 2006 12:31:05 +0000</pubDate>
		<guid isPermaLink="false">http://schinckel.blogsome.com/2006/09/16/javascript-submit-once/#comment-1360</guid>
		<description>Ideally, it would be nice to use XMLHttpRequest (aka AJAX) to send off the comment, and when it's done, display the comment to the user, empty the comment box, and then re-enable the button.

Or, perhaps use Javascript to reload the page when the comment has been submitted.</description>
		<content:encoded><![CDATA[<p>Ideally, it would be nice to use XMLHttpRequest (aka AJAX) to send off the comment, and when it&#8217;s done, display the comment to the user, empty the comment box, and then re-enable the button.</p>
<p>Or, perhaps use Javascript to reload the page when the comment has been submitted.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rajeev karamchedu</title>
		<link>http://schinckel.net/2006/09/16/javascript-submit-once/#comment-1359</link>
		<dc:creator>rajeev karamchedu</dc:creator>
		<pubDate>Sun, 17 Sep 2006 12:05:18 +0000</pubDate>
		<guid isPermaLink="false">http://schinckel.blogsome.com/2006/09/16/javascript-submit-once/#comment-1359</guid>
		<description>Not sure how it is implemented over at that site but IMHO, it would be better to implement a time-based function. People may legit-ly want to submit multiple comments (may be they forgot something, like me)

 </description>
		<content:encoded><![CDATA[<p>Not sure how it is implemented over at that site but IMHO, it would be better to implement a time-based function. People may legit-ly want to submit multiple comments (may be they forgot something, like me)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
