Forum Moderators: open

Message Too Old, No Replies

alternative

document.body.appendChild(tool_layer);

         

rokec

3:21 pm on Sep 16, 2006 (gmt 0)

10+ Year Member



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)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



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)