Javascript - redirect to a page with POST data
问题 I've got a page where the user can search (all in AJAX) in the database and select, let's say, different type of data on the page. When's he chosen them, what I need is to redirect the user to ANOTHER page (still on my website though), with POST data. The new page where the user will arrive needs that POST data, and the user needs to go to the new page. I've read that I could create a form before loading the page and simply submit it when I want to redirect, but the thing is that I don't have