I\'ve queried and doesn\'t work out what I\'ve found. Is there any way to redirect to give url with POST method using Javascript or jquery?
huh... use AJAX Jquery:
> $.ajax({ > type: "POST", > url: "www.example.com/the_page_I_post_to.php", > data: $('yourform').serialize(),//sent data > success: function(msg) { > alert("posted !"); > }