<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/javascript/tags/post</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sat, 25 May 2013 04:38:07 GMT</pubDate>
<item>
<title>(JavaScript) POST form with jQuery (Ajax) - rickygri</title>
<link>http://snipplr.com/view/66642/post-form-with-jquery-ajax/</link>
<description><![CDATA[ <p>This send any value via POST to a PHP page. It is done with AJAX, so the POST return can be used on the same page as the submit</p> ]]></description>
<pubDate>Fri, 10 Aug 2012 18:48:15 GMT</pubDate>
<guid>http://snipplr.com/view/66642/post-form-with-jquery-ajax/</guid>
</item>
<item>
<title>(JavaScript) POST form with javascript (Non-Ajax) - rickygri</title>
<link>http://snipplr.com/view/66619/post-form-with-javascript-nonajax/</link>
<description><![CDATA[ <p>This javascript function takes the URL of the target page and an associative array of name/values paires and POSTs the data to the supplied URL by dynamically creating a form and then submitting it.</p> ]]></description>
<pubDate>Fri, 10 Aug 2012 01:21:38 GMT</pubDate>
<guid>http://snipplr.com/view/66619/post-form-with-javascript-nonajax/</guid>
</item>
<item>
<title>(JavaScript) get GET and POST variables in javascript - FatFolderDesigner</title>
<link>http://snipplr.com/view/62892/get-get-and-post-variables-in-javascript/</link>
<description><![CDATA[ <p>Usually when working with form you use a server to handle it, and if your doing it entirely in javascript no reload is required, but what if you wanted to take the information and use it in a javascript on another page, completely client side. I had that problem, and found this solution.

First is how to get GET variables in javascript, it works by breaking down the URL location with a regular expression giving you a variable that behaves like the PHP $_GET variable.

Second is for POST variables and, unfortunately requires a server side script to work since javascript has no way to acces the POSt on it's own. The code below is for PHP, but should work for any language, it is also untested as I was really aiming for GET at the time.

And questions, comments, or concerns let me know here or at the link, you'll find a bit more information this there as well.</p> ]]></description>
<pubDate>Mon, 30 Jan 2012 09:43:54 GMT</pubDate>
<guid>http://snipplr.com/view/62892/get-get-and-post-variables-in-javascript/</guid>
</item>
<item>
<title>(JavaScript) Ajax POST Request - devnull69</title>
<link>http://snipplr.com/view/56006/ajax-post-request/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 01 Jul 2011 22:10:50 GMT</pubDate>
<guid>http://snipplr.com/view/56006/ajax-post-request/</guid>
</item>
<item>
<title>(JavaScript) formOverRide - DavidAspden</title>
<link>http://snipplr.com/view/10634/formoverride/</link>
<description><![CDATA[ <p>We send a form via an ajax call after some basic validation checks based upon whether the element was wrapped in a div tag with a class of required. Subsequently we post it via out makeRequestPost ajax routine, updating the targetDiv appropriately.</p> ]]></description>
<pubDate>Mon, 22 Dec 2008 09:29:34 GMT</pubDate>
<guid>http://snipplr.com/view/10634/formoverride/</guid>
</item>
<item>
<title>(JavaScript) Ajax Post Request - 1man</title>
<link>http://snipplr.com/view/2304/ajax-post-request/</link>
<description><![CDATA[ <p>Simple Ajax POST request using the getHTTPObject function.</p> ]]></description>
<pubDate>Mon, 12 Mar 2007 09:41:25 GMT</pubDate>
<guid>http://snipplr.com/view/2304/ajax-post-request/</guid>
</item>
</channel>
</rss>