How do you make a simple POST request in Javascript without using a forms and without posting back?
+2
A:
There is a solution here: http://stackoverflow.com/questions/133925/javascript-post-request-like-a-form-submit
Gdeglin
2009-03-28 05:01:22
+1
A:
You can do this using AJAX calls (XMLHttpRequest object)