<?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: Recursive Form Submits?</title>
	<atom:link href="http://manalang.com/archives/2004/07/15/cyclical-form-submits/feed/" rel="self" type="application/rss+xml" />
	<link>http://manalang.com/archives/2004/07/15/cyclical-form-submits/</link>
	<description>enhancing your experience since 2003.</description>
	<pubDate>Fri, 05 Dec 2008 02:12:02 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
		<item>
		<title>By: Rob...</title>
		<link>http://manalang.com/archives/2004/07/15/cyclical-form-submits/#comment-18586</link>
		<dc:creator>Rob...</dc:creator>
		<pubDate>Wed, 28 Jul 2004 12:34:24 +0000</pubDate>
		<guid isPermaLink="false">http://manalang.wordpress.com/2004/07/15/cyclical-form-submits/#comment-18586</guid>
		<description>yep, you will get 2 submits.

Change the onsubmit="genericFunction()" to onsubmit="return genericFunction()" and then make genericFunction() return false.

Incidentally, the same logic is required for JS form validation functions.</description>
		<content:encoded><![CDATA[<p>yep, you will get 2 submits.</p>
<p>Change the onsubmit=&#8221;genericFunction()&#8221; to onsubmit=&#8221;return genericFunction()&#8221; and then make genericFunction() return false.</p>
<p>Incidentally, the same logic is required for JS form validation functions.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
