How can I redirect with post data?
How to move to new page with $_POST?
$_POST
How to do this? How is it done and whyfore shall it be done
Construct and fill out a hidden method=POST action="http://example.com/vote" form and submit it, rather than using window.location at all.
or
$('#inset_form').html( ' '); document.forms['form'].submit();