<?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: Stealth Submit: Using AJAX to Save Form Data Without Submitting the Form</title>
	<atom:link href="http://tipsfor.us/2008/11/21/stealth-submit-using-ajax-to-save-form-data-without-submitting-the-form/feed/" rel="self" type="application/rss+xml" />
	<link>http://tipsfor.us/2008/11/21/stealth-submit-using-ajax-to-save-form-data-without-submitting-the-form/</link>
	<description>Tech Tips, Reviews, Tutorials, Occasional Rants</description>
	<lastBuildDate>Wed, 29 Feb 2012 23:14:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Shamim Ansari</title>
		<link>http://tipsfor.us/2008/11/21/stealth-submit-using-ajax-to-save-form-data-without-submitting-the-form/comment-page-1/#comment-8849</link>
		<dc:creator>Shamim Ansari</dc:creator>
		<pubDate>Mon, 16 May 2011 06:27:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.tipsfor.us/?p=1007#comment-8849</guid>
		<description>I like this code but please give me the same code function in cakephp.

I need urgently.

plzz mail me the cakephp code of this example.</description>
		<content:encoded><![CDATA[<p>I like this code but please give me the same code function in cakephp.</p>
<p>I need urgently.</p>
<p>plzz mail me the cakephp code of this example.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Everett - TipsFor.us</title>
		<link>http://tipsfor.us/2008/11/21/stealth-submit-using-ajax-to-save-form-data-without-submitting-the-form/comment-page-1/#comment-4850</link>
		<dc:creator>Everett - TipsFor.us</dc:creator>
		<pubDate>Fri, 02 Jan 2009 20:16:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.tipsfor.us/?p=1007#comment-4850</guid>
		<description>Just a couple clarifications: 

The &quot;action.php&quot; page would be where you put your normal form processing.  Index.php submits to action.php.  Some forms submit to themselves, others submit to a separate file... figuring that stuff out is the easy part.

&lt;strong&gt;Why do I need the Prototype library?&lt;/strong&gt; You need the Prototype javascript library because that&#039;s what makes it easy to read form variables and submit them to the database-insert function with AJAX.  The magic is triggered by this little bit in the body tag: 
&lt;code&gt;body onunload=&quot;saveData()&quot;&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Just a couple clarifications: </p>
<p>The &#8220;action.php&#8221; page would be where you put your normal form processing.  Index.php submits to action.php.  Some forms submit to themselves, others submit to a separate file&#8230; figuring that stuff out is the easy part.</p>
<p><strong>Why do I need the Prototype library?</strong> You need the Prototype javascript library because that&#8217;s what makes it easy to read form variables and submit them to the database-insert function with AJAX.  The magic is triggered by this little bit in the body tag:<br />
<code>body onunload="saveData()"</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: doez</title>
		<link>http://tipsfor.us/2008/11/21/stealth-submit-using-ajax-to-save-form-data-without-submitting-the-form/comment-page-1/#comment-4807</link>
		<dc:creator>doez</dc:creator>
		<pubDate>Thu, 25 Dec 2008 01:04:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.tipsfor.us/?p=1007#comment-4807</guid>
		<description>thx</description>
		<content:encoded><![CDATA[<p>thx</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 0.496 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-05-08 02:44:07 -->

