PDA

View Full Version : Javascriptproblem.. made with frontpage.




Poff
Jan 4, 2005, 07:30 AM
Hello,

I was encountering some problems when trying to view a web-page, www.bokogmedia.no - I thought I'd ask you about it.

It uses a java-script hiearical tree-menu to navigate. It works fine in Internet Explorer, but not in Safari og Firefox.

I can't seem to see what's wrong with the source, could you have a look at it for me?

link (http://www.bokogmedia.no) - look here for the problem. When trying to open one of the top-left menus, the menu itself appears in the main window.

direct link to the menu frame (http://www.bokogmedia.no/html/left_frame.htm)



angelneo
Jan 4, 2005, 08:12 AM
All your document.layers AND document.all are not supported by W3C. use document.getElementById instead. Try to use firefox Javascript Console.

Poff
Jan 4, 2005, 10:14 AM
All your document.layers AND document.all are not supported by W3C. use document.getElementById instead. Try to use firefox Javascript Console.


thanks a lot, I've passed the comments on.

I hate frontpage!