In my case, the ajax page, has events and js attached to it - The events and the js are necessary for the loaded page to display and behave properly. Is'nt there a better way to remove the events and js from memory just before i want to execute another ajax request than to identify each variable/event and destroy/unbind it?
Thanks Vru