Well I have tryed it all... DeleteAllChildren, RemoveFromParent and 
everithing else but when I create a tree widget and thenm go to another page 
the vertual memory used by the browser increases...

if I keep doing that the memory usage keeps increasing...

this is what I am doing

onUnload=function() {
  var i = DynAPI.document.children.length-1
  for (var ix=i; ix==0; ix--) DynAPI.document.children[ix].removeChild()
}

or this

DynAPI.Unload=function() {
                  this.document.deleteAllChildren()
                }

but it does not do it !!!  Help !!!
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com


_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/mailman/listinfo/dynapi-help

Reply via email to