How can I redirect with post data?
How to move to new page with $_POST?
How to do this? How is it done and whyfore shall it be done
This needs clarification. Is your server handling a POST that you want to redirect somewhere else? Or are you wanting to redirect a regulatr GET request to another page that is expecting a POST?
In either case what you can do is something like this:
var f = $('
It's probably a good idea to make a link that says "click here if not automatically redirected" to deal with pop-up blockers.