Welcome To Snipplr


Everyone's Recent JavaScript Snippets Tagged post



« Prev 1 Next »
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
0 904 posted 11 years ago by rickygri
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.
0 2451 posted 11 years ago by rickygri
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...
0 892 posted 12 years ago by FatFolderDesigner
Simple Ajax POST request using the getHTTPObject function.
2 701 posted 17 years ago by 1man
« Prev 1 Next »