This piece of code isn't working in ie. Can anybody write an alternative or tell me what it does?
document.body.appendChild(tool_layer);
penders
9:19 pm on Sep 16, 2006 (gmt 0)
document.body.appendChild(tool_layer);
That *should* work in IE - it *should* add 'tool_layer' to the end of the current document - but it depends what 'tool_layer' is. What is 'tool_layer'?
(tool_layer needs to be some kind of element node)