i meet a problem, when try to make an ajax request after sending data by post.
let's assume i have a index.php file. In the form i send data by post to the same file, and after posting i want to make ajax request, but it don't doesn't happen, because it "wants" to ask about resending data, but it doesn't show in popup window.
So, how can i disable the question about resending data, to be possible to make an ajax request?
Thanks