RE: My own node list?

2001-08-30 Thread jrodriguez
Hi Scott, looks like were in the same business, sort of. Yes, I have a classes for managing all things DOM and the main application calls methods of those classes, so we are in agreement there. I still would like to somehow create my own collection of nodes though. Thanks, John -Origin

My own node list?

2001-08-29 Thread jrodriguez
Hi, I'm not sure what the best way to accomplish this task is. I would like to create my own node list by collecting nodes from various DOM API's. Then I'd like to use those nodes by passing the list around to different functions in my code. I know the following will not work: DOM_No