From: Robert R. <rra...@ya...> - 2001-02-25 09:16:19
|
I removed the addChildID from dynlayer.js. The document.all[] id's are now set in assignChildren. It seems that assignChildren was stepping through the children right after addChildID did the same, so I just put the code in assignChildren and removed addChildID. May not be much of an improvement, but every little bit helps. -- // Robert Rainwater ---------------------- DynAPI Snapshots: http://dynapi.sourceforge.net/snapshot/ DynAPI Homepage: http://dynapi.sourceforge.net/ |