Milonic provide full featured pull down web menus for some of the worlds largest companies
click here to see what it can do for you

Download Milonic DHTML Menu
Buy Milonic DHTML Menu

Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:07

Menu v.5.0 RC 8.0 and TreeMenu from www.treeview.net


Poster: devoxide
Dated: Friday October 3 2003 - 18:47:27 BST

Hi

We are currently developing a new intranet where we are using v.5.0 of the Milonic dhtml menu. Our problem is that a error is reported by IE whenever a page loads and this causes dhtml menu to not display anything at all. The treeview menu works.
Disabling the code for either the treeview or the dhtml menu makes the remaining running without errors. So I guess the problem is related to compatibility between these two.

The error reported: " 'length' is null or not an object "

I can not find any code that has the same definition in either menu codes.

On our internet site we are using v.3.5.15 and v.4.6 of the treeview flawlessly.

We are using the following versions on our intranet:
- Milonic menu Version 5.0 Release Candidate 8.0 Built: Monday August 25 2003 - 9:31

and
- TreeView v.4.6 from http://www.treeview.net

Anyone else have any experience with this?
8O

strange


Poster: devoxide
Dated: Friday October 3 2003 - 19:30:27 BST

I just found out that this error only occurs whenever i place the menu definition file within a td tag in the body to have it locked to a table cell..


Poster: John
Dated: Saturday October 4 2003 - 0:40:18 BST

Note that we are currently at RC14 of v5. That puts you much more than just 6 releases down, as each RC has had numerous sub-releases.

I'd get up to current first (and stay current, as they're coming out pretty fast now - final is extremely close), and keep us posted on how things are going.


Poster: devoxide
Dated: Saturday October 4 2003 - 7:36:54 BST

Hi

I upgraded our code to RC 14. The problem persist.

I use the code exactly as the "DHTML Menu sample number 9
Relative Positioning (Table Bound)" example suggest. The menus are both displaying and no errors if I keep all the milonic code (js include sstatements) within the <head> section of my html, but as soon as I move any code into the <body> section to place the menu within a tabel cell (table bound), the error pops up again.

Annoying, I might have to revert to v.3.5.15 which is bad as I was planning on moving our internet site over to V5 sometime as we have a CMS system which gives us shared code across our sites.


Poster: devoxide
Dated: Saturday October 4 2003 - 8:27:16 BST

I have provided a code sample which demonstrates the error. The code is similar to our actual production code and gives the same error.

It is downloadable here
From http://www.odegard.it/milonicerror/tree-test.zip


Poster: devoxide
Dated: Saturday October 4 2003 - 8:55:48 BST

Ooooo Myyy !

Do I feel like the definite idiot ?

The error disappeared when i moved all references to the milonic js's from
the <head> section down so they where the first statements in the <body> section.

Problem solved ! :D


Poster: John
Dated: Saturday October 4 2003 - 18:34:33 BST

Many of us have had better luck with the following...

1. Put everything back into the menu_data.js the way it was originally (with your menu definitions, of course).

2. In the <td> where you want the menu, have only the following call...
Code:
<SCRIPT language=JavaScript src="menu_data.js" type=text/javascript></SCRIPT>


Of course, if it's now working to your satisfaction, don't mess with it!