ajax tutorial on w3school at http://www.w3schools.com/ajax/ajax_database.asp
In this function (function GetXmlHttpObject()), it creates a object:
new XMLHttpRequest(); or new ActiveXObject("Microsoft.XMLHTTP");
but it doesn't delete this object after getting respons from server.
Are there memory leaks ?