|
From: Doug M. <do...@cr...> - 2001-01-19 20:14:50
|
Instead of trying to destry each object then reload each object I just =
call
DynAPI.onLoad()
Works like a charm.
Don't know what it will do for memory usage tho.
DynDocument.prototype.recreateAll =3D function() {
if (is.ns4) DynAPI.onLoad();
};
|