The redirect Code is called, the JS XML Handler catches it, detects the "error" message and displays it.
Unfortunately, there is no way to automatically reload the page - JS won't be executed and a meta refresh can only occur in the head-section of a HTML document.
An alternative would be to generate a postbit and display it, but then you would have the post displayed 2 times: The post that was already there and the merged post as a new post.
Replacing the existing post via AJAX ist not possible without changes to the JS files.
|