This is one of those ajax "alternate flow" questions. Normally I expect my ajax request to return a part of the page. But sometimes it may return a full page with html, head and body tag.
At the time I return from my ajax-request I can detect if this is a full page, but is it possible to trigger a full page reload (with full event cycle) based on the string content I have ?
(And yes, I have tried replacing the body element, but that does not give me the events and does not allow me to change the content in the head block)
Any framework reference is ok