Debugging a dynamically created level 1 DOM

wxdqz

New Member
Hi,

I am currently working on a project where we are using a lot of manipulation of the level 1 DOM to dynamically create DIVs in a document through DHTML.

The problem is that this is a bit of a black hole when it comes to trying to work out why things don't work.

Does anyone know if it is possible to dump a dynamically created DOM out to what its HTML representation would be? I'm not sure if this is possible but it's what I would like to have.... :-)

Thanks,

Andrew
 
Back
Top