Forum Moderators: open
I'll try and explain this as simply as I can:
I have a layer (div) that contains a bit of JavaScript. This script calls a function in the <head> that dynamically writes out the menu using a series of document.write commands. The problem is Netscape writes nothing (fine in IE on Mac and PC). This error only occurs when the code sits in a layer. It's fine in a table.
Does anyone know what could be going wrong? Is there a known problem with Netscape/Layers etc?
I've done a bit of debugging by placing an alert in the function - so I know that is being called. It seems to stop working when it gets to the first document.write.
Any advice would be greatly appreciated.
Cheers.