RE: u

2001-12-12 Thread Pat O';Neil
u be forty, mon -Original Message- From: Corey Lubin [mailto:[EMAIL PROTECTED]] Sent: 12. joulukuuta 2001 3:35 To: [EMAIL PROTECTED] Subject: Re: u u, too. - Original Message - From: "Sergey Matveychuk" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, December 11, 20

RE: Deleting objects from the DOM

2001-11-23 Thread Pat O';Neil
ssign 0 all the ancestors first? When you say 'free all memory associated with node' does this include children? Thanks again Pat -Original Message- From: Juergen Hermann [mailto:[EMAIL PROTECTED]] Sent: 23. marraskuuta 2001 12:24 To: Pat O'Neil; [EMAIL PROTECTED] Subject:

Deleting objects from the DOM

2001-11-23 Thread Pat O';Neil
Hi, I have found no documentation that describes deleting a DOM_Node (and possibly its children) from the heap. Have I missed reviewing a piece of sample code, or should I try grabbing pointers and deleting them, or a third more intelligent alternative that I cannot fathom? Thanks Pat