How do you make a simple POST request in Javascript without using a forms and without posting back?
You can do this using AJAX calls (XMLHttpRequest object)
http://www.openjs.com/articles/ajax_xmlhttp_using_post.php